We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4593ccb commit 8cef6f5Copy full SHA for 8cef6f5
lib/feedkit/request.rb
@@ -86,7 +86,6 @@ def headers
86
hash[:if_none_match] = @etag unless @etag.nil?
87
hash[:if_modified_since] = @last_modified unless @last_modified.nil?
88
hash[:authorization] = basic_auth unless basic_auth.nil?
89
- hash[:accept] = "application/xml"
90
end
91
92
0 commit comments