qustavo / httplab

The interactive web server
MIT License
4.04k stars 122 forks source link

Buffer Request Pane #6

Closed SikhNerd closed 7 years ago

SikhNerd commented 7 years ago

Would be nice to be able to scroll through previous requests, or support having multiple requests on-screen at once.

Useful when debugging something that sends multiple different payloads - can just point them all at httplab and understand the flow.

qustavo commented 7 years ago

having an scroll seems great, but not sure about the UI, having multiple requests on-screen at once may be overkill, I'm thinking on a popup which displays them.

What do you mean with multiple different payloads?

SikhNerd commented 7 years ago

For example an android library that sends 5-6 different http calls. I want to send them all to httplab and inspect them.

qustavo commented 7 years ago

how would you correlate them? by souece host perhaps? or you dont need to

On Wed, Mar 1, 2017, 13:45 SikhNerd notifications@github.com wrote:

For example an android library that sends 5-6 different http calls. I want to send them all to httplab and inspect them.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/gchaincl/httplab/issues/6#issuecomment-283396568, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOoebgZ3Z-Glv36S5Y4O24R9Zvg7bHaks5rhaC4gaJpZM4MPS_1 .

SikhNerd commented 7 years ago

Don't particularly need to, because I'd review everything that was in httplab, or I'd only be sending the things I cared about, so I'd just page through all of them.

qustavo commented 7 years ago

@SikhNerd mind to take a look at request-scroll branch, PgUp and PgDown will go back in time to inspect previous request

SikhNerd commented 7 years ago

@gchaincl Tested and works as advertised, I really like how it behaves when I've scrolled to a particular request and new requests are still coming in 👍

qustavo commented 7 years ago

Cool!, I'll merge it