federicotdn / verb

Organize and send HTTP requests from Emacs
https://melpa.org/#/verb
GNU General Public License v3.0
540 stars 20 forks source link

show path column in the response buffer header #56

Closed agzam closed 11 months ago

agzam commented 1 year 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"

federicotdn commented 1 year ago

Sounds like a good idea 👍🏻 We can merge if the checks pass

federicotdn commented 11 months ago

Will add tests on main - thanks for the PR! Apologies for the long delay as well