-
listenerPath
String listenerPath
Full path where the request was received. Former 'http.listener.path'.
-
relativePath
String relativePath
Path where the request was received, without considering the base path. Former 'http.relative.path'.
-
version
String version
HTTP version of the request. Former 'http.version'.
-
scheme
String scheme
HTTP scheme of the request. Former 'http.scheme'.
-
method
String method
HTTP method of the request. Former 'http.method'.
-
requestUri
String requestUri
Full URI of the request. Former 'http.request.uri'.
-
queryString
String queryString
Query string of the request. Former 'http.query.string'.
-
remoteAddress
String remoteAddress
Remote host address from the sender. Former 'http.remote.address'.
-
clientCertificate
Certificate clientCertificate
Client certificate (if 2 way TLS is enabled). Former 'http.client.cert'.