(no description)
File Size: | 110 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
redirect_middleware:: (5 methods):
setup()
__construct()
set_security()
__invoke()
modifyRequest()
Class: redirect_middleware - X-Ref
Class to check that each URL is valid in a redirect.setup(array $settings) X-Ref |
Setup method for the redirect middleware. param: array $settings The settings of the request return: callable |
__construct(callable $next, array $settings) X-Ref |
Redirect middleware constructor. param: callable(RequestInterface, array): PromiseInterface $next The next handler to invoke param: array $settings The options from the client |
set_security(curl_security_helper_base $securityhelper) X-Ref |
Set the security according to settings. param: curl_security_helper_base $securityhelper return: void |
__invoke(RequestInterface $request, array $options) X-Ref |
Curl security setup. param: RequestInterface $request The interface of the request param: array $options The options for the request return: PromiseInterface |
modifyRequest(RequestInterface $request, array $options, ResponseInterface $response) X-Ref |
No description |