Closed lachrist closed 4 months ago
http_server_response and http_client_response should contain status_code instead of status.
http_server_response
http_client_response
status_code
status
{ "id": 2102, "event": "return", "thread_id": 4280, "parent_id": 2021, "elapsed": 0.006784999743103981, "http_server_response": { "headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Location": "http://www.example.com/users/762146111" }, "status": 302 } }
Spec:
Fixed
http_server_response
andhttp_client_response
should containstatus_code
instead ofstatus
.Spec: