http
http copied to clipboard
A smart, simple and fault-tolerant HTTP client for sending and receiving JSON and XML
> 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)
Https
The Response content must be implementing `__toString()`.