parse() public abstract method
Parses a HTTP request body.
public abstract array parse ( $rawBody, $contentType ) | ||
---|---|---|
$rawBody | string |
The raw HTTP request body. |
$contentType | string |
The content type specified for the request body. |
return | array |
Parameters parsed from the request body |
Please login to continue.