| name | data type | description |
|---|---|---|
| contentLength | number | |
| contentType | string | |
| protocol | string | |
| scheme | string | |
| remoteAddr | string | |
| remotePort | number | |
| method | string | |
| authType | string | |
| pathInfo | string | |
| requestURI | string | |
| responseContentType | string | |
| responseEncoding | string |
Example
{
"contentLength" : 12345,
"contentType" : "...",
"protocol" : "...",
"scheme" : "...",
"remoteAddr" : "...",
"remotePort" : 12345,
"method" : "...",
"authType" : "...",
"pathInfo" : "...",
"requestURI" : "...",
"responseContentType" : "...",
"responseEncoding" : "..."
}