HttpRequestInspector
final class HttpRequestInspector (View source)
Constants
| private UNKNOWN |
|
Methods
clientIp(ServerRequestInterface $request)
string|null
anonymizedIp(ServerRequestInterface $request)
string|null
viaProxy(ServerRequestInterface $request)
bool
forwardedFor(ServerRequestInterface $request)
string
userAgent(ServerRequestInterface $request)
string
referer(ServerRequestInterface $request)
string|null
host(ServerRequestInterface $request)
string
accept(ServerRequestInterface $request)
string
acceptLanguage(ServerRequestInterface $request)
string
gzipAccepted(ServerRequestInterface $request)
bool
contentLength(ServerRequestInterface $request)
int
queryParamsCount(ServerRequestInterface $request)
int
parsedBodyParamsCount(ServerRequestInterface $request)
int
requestId(ServerRequestInterface $request)
string|null
fingerprint(ServerRequestInterface $request)
string
Details
clientIp
string|null
clientIp(ServerRequestInterface $request)
No description
anonymizedIp
string|null
anonymizedIp(ServerRequestInterface $request)
No description
viaProxy
bool
viaProxy(ServerRequestInterface $request)
No description
forwardedFor
string
forwardedFor(ServerRequestInterface $request)
No description
userAgent
string
userAgent(ServerRequestInterface $request)
No description
referer
string|null
referer(ServerRequestInterface $request)
No description
host
string
host(ServerRequestInterface $request)
No description
accept
string
accept(ServerRequestInterface $request)
No description
acceptLanguage
string
acceptLanguage(ServerRequestInterface $request)
No description
gzipAccepted
bool
gzipAccepted(ServerRequestInterface $request)
No description
contentLength
int
contentLength(ServerRequestInterface $request)
No description
queryParamsCount
int
queryParamsCount(ServerRequestInterface $request)
No description
parsedBodyParamsCount
int
parsedBodyParamsCount(ServerRequestInterface $request)
No description
requestId
string|null
requestId(ServerRequestInterface $request)
No description
fingerprint
string
fingerprint(ServerRequestInterface $request)
No description