| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 364 lines (12 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
MessageFactory:: (6 methods):
__construct()
createResponse()
createRequest()
fromMessage()
addPostData()
applyOptions()
Class: MessageFactory - X-Ref
Default HTTP request factory used to create Request and Response objects.| __construct(array $customOptions = []) X-Ref |
param: array $customOptions Associative array of custom request option |
| createResponse($statusCode,array $headers = [],$body = null,array $options = []) X-Ref |
| No description |
| createRequest($method, $url, array $options = []) X-Ref |
| No description |
| fromMessage($message) X-Ref |
| Create a request or response object from an HTTP message string param: string $message Message to parse return: RequestInterface|ResponseInterface |
| addPostData(RequestInterface $request, array $body) X-Ref |
| Apply POST fields and files to a request to attempt to give an accurate representation. param: RequestInterface $request Request to update param: array $body Body to apply |
| applyOptions(RequestInterface $request,array $options = []) X-Ref |
| No description |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |