(no description)
File Size: | 104 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PrepareBodyMiddleware:: (3 methods):
__construct()
__invoke()
addExpectHeader()
Class: PrepareBodyMiddleware - X-Ref
Prepares requests that contain a body, adding the Content-Length,__construct(callable $nextHandler) X-Ref |
param: callable(RequestInterface, array): PromiseInterface $nextHandler Next handler to invoke. |
__invoke(RequestInterface $request, array $options) X-Ref |
No description |
addExpectHeader(RequestInterface $request, array $options, array &$modify) X-Ref |
Add expect header |