Vinelab / http

A smart, simple and fault-tolerant HTTP client for sending and receiving JSON and XML
58 stars 30 forks source link

Fixed header parsing for URLs #17

Closed ybr-nx closed 8 years ago

ybr-nx commented 8 years ago

Headers like:

Content-Type: application/json Content-Length: 94 Location: https://example.com/doma/path

were parsed as

[Content-Type] => application/json [Content-Length] => 94 [Location] => https