ServerRequestAttributes
final class ServerRequestAttributes (View source)
Declares attributes Flow uses in PSR-7 ServerRequestInterface to carry derived information about the request.
Constants
CLIENT_IP |
PSR-7 Attribute containing the resolved trusted client IP address as string |
TRUSTED_PROXY |
PSR-7 Attribute containing a boolean whether the request is from a trusted proxy |
ROUTING_RESULTS |
PSR-7 Attribute containing routing results as array to be merged in any merged arguments. |