trailofbits / http-security

Parse HTTP Security Headers
MIT License
36 stars 12 forks source link

Decouple Request.parse_headers from Curl #5

Closed postmodern closed 9 years ago

postmodern commented 9 years ago

Probably better to just pass in the header.

postmodern commented 9 years ago

Should be able to parse a raw header or parse a Hash of headers.

postmodern commented 9 years ago

Dropped curb in favor of consuming a HTTP Response object that responds to #[].