The parser which is underlying http\Message.
NOTE: This class was added in v2.2.0.
Content-Length
or Content-Range
.chunked
encoded body.NOTE:
Most of this states won't be returned to the user, because the parser immediately jumps to the next expected state.
Retrieve the current state of the parser.
Parse a string
.
int
http\Message\Parser::parse(string
$data, int
$flags, http\Message &$message)
Parse a stream.
int
http\Message\Parser::stream(resource
$stream, int
$flags, http\Message &$message)