Closed agzam closed 11 months ago
When sending multiple requests, it becomes difficult to quickly differentiate which response belongs to what request. I think it would be nice to have request path at the header, so it looks more like this:
"HTTP/1.1 200 | 1.755s | application/json | 1.2k bytes | /api/testing/something"
Sounds like a good idea 👍🏻 We can merge if the checks pass
Will add tests on main - thanks for the PR! Apologies for the long delay as well
When sending multiple requests, it becomes difficult to quickly differentiate which response belongs to what request. I think it would be nice to have request path at the header, so it looks more like this:
"HTTP/1.1 200 | 1.755s | application/json | 1.2k bytes | /api/testing/something"