Replies: 3 comments
|
@Lysander interesting feature from HTTPie, wonder if CURL has the same functionality as it's the underlying network lib |
0 replies
Do you really know that? I haven't seen anything in their code that links to anything none python stuff! Imho it is based upon requests which itself doesn't seem to rely on curl. |
0 replies
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be nice to have an offline mode (like HTTPie has) in order to get the full HTTP request in a raw form even if there is no working / reachable webservice.
I am aware of the timeline function but this simply fails before it prints out the HTTP request!
Imagine a simple GET request to a not running / existing service on
localhost:8080:Only if there is a response, you get the request printed:
All reactions