http icon indicating copy to clipboard operation
http copied to clipboard

A smart, simple and fault-tolerant HTTP client for sending and receiving JSON and XML

Results 6 http issues
Sort by recently updated
recently updated
newest added

> Each header field consists of a case-insensitive field name followed by a colon (":"), optional leading whitespace, the field value, and optional trailing whitespace. HTTP 1/1 - RFC7230 >...

I have a api where there are duplicated header keys. Is it possible to extract the headers with ignoring parseHeaders? I changed the function: ``` protected function parseHeaders($response, $headerSize) {...

Hi is this package support hanling cookies from server ? (like CookieContenair or CookieJar)

The Response content must be implementing `__toString()`.