{
"httpContext": {
"features": null,
"request": {
"method": "string",
"scheme": "string",
"isHttps": true,
"host": {
"value": null,
"hasValue": true,
"host": null,
"port": null
},
"pathBase": {
"value": null,
"hasValue": true
},
"path": {
"value": null,
"hasValue": true
},
"queryString": {
"value": null,
"hasValue": true
},
"query": [
{
"key": null,
"value": [
"string"
]
}
],
"protocol": "string",
"headers": null,
"cookies": [
{
"key": null,
"value": null
}
],
"contentLength": null,
"contentType": null,
"body": "string",
"bodyReader": null,
"hasFormContentType": true,
"form": [
{
"key": null,
"value": [
"string"
]
}
],
"routeValues": {}
},
"response": {
"httpContext": {},
"statusCode": 0,
"headers": null,
"body": "string",
"bodyWriter": {
"canGetUnflushedBytes": true,
"unflushedBytes": 0
},
"contentLength": null,
"contentType": null,
"cookies": {},
"hasStarted": true
},
"connection": {
"id": "string",
"remoteIpAddress": null,
"remotePort": 0,
"localIpAddress": null,
"localPort": 0,
"clientCertificate": null
},
"webSockets": {
"isWebSocketRequest": true,
"webSocketRequestedProtocols": null
},
"user": {
"claims": null,
"identities": null,
"identity": {
"name": null,
"authenticationType": null,
"isAuthenticated": true
}
},
"items": {},
"requestServices": {},
"requestAborted": {
"isCancellationRequested": true,
"canBeCanceled": true,
"waitHandle": {
"handle": null,
"safeWaitHandle": null
}
},
"traceIdentifier": "string",
"session": {
"isAvailable": true,
"id": null,
"keys": null
}
},
"method": "string",
"scheme": "string",
"isHttps": true,
"host": {
"value": null,
"hasValue": true,
"host": null,
"port": null
},
"pathBase": {
"value": null,
"hasValue": true
},
"path": {
"value": null,
"hasValue": true
},
"queryString": {
"value": null,
"hasValue": true
},
"query": [
{
"key": null,
"value": [
"string"
]
}
],
"protocol": "string",
"headers": null,
"cookies": [
{
"key": null,
"value": null
}
],
"contentLength": null,
"contentType": null,
"body": "string",
"bodyReader": null,
"hasFormContentType": true,
"form": [
{
"key": null,
"value": [
"string"
]
}
],
"routeValues": {}
}