Sha256: 3887330e8eb3a2af90f93592d6d81e7f93792cbc10f051939c6ad9c31935fe2f

Contents?: true

Size: 212 Bytes

Versions: 3

Compression:

Stored size: 212 Bytes

Contents

module HttpHeaders
  # Faraday response headers are wrapped with a utility Hash subclass that
  # normalizes case, underscored Symbols, etc.
  def headerize(hash)
    Faraday::Utils::Headers.new(hash)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
angellist_api-1.1.0 spec/support/http_headers.rb
angellist_api-1.0.7 spec/support/http_headers.rb
angellist_api-1.0.6 spec/support/http_headers.rb