ParserInterface
in
ParserInterface represents HTTP response message parser.
Tags
Table of Contents
Methods
- parse() : mixed
- Parses given HTTP response instance.
Methods
parse()
Parses given HTTP response instance.
public
parse(Response $response) : mixed
Parameters
- $response : Response
-
HTTP response instance.
Return values
mixed —parsed content data.