lib/excon/response.rb in excon-0.9.1 vs lib/excon/response.rb in excon-0.9.2
- old
+ new
@@ -1,7 +1,6 @@
module Excon
class Response
- NO_ENTITY = [204, 205, 304].freeze
attr_accessor :body, :headers, :status
def attributes
{