Show HN: HTTP Prompt – An HTTP CLI with autocomplete and syntax highlighting
1–8 of 8 posts
Re: Show HN: HTTP Prompt – An HTTP CLI with autocomplete and syntax highlighting
#2Re: Show HN: HTTP Prompt – An HTTP CLI with autocomplete and syntax highlighting
#3I'm the author of HTTP Prompt. Any questions or feedback will be appreciated. :)
Re: Show HN: HTTP Prompt – An HTTP CLI with autocomplete and syntax highlighting
#4I'm the author of HTTP Prompt. Any questions or feedback will be appreciated. :)
Re: Show HN: HTTP Prompt – An HTTP CLI with autocomplete and syntax highlighting
#5I'm the author of HTTP Prompt. Any questions or feedback will be appreciated. :)
ie: A login form requires sending a csrf_token, and i can get it out of the header instead of having to parse the html. (Set-Cookie: x_csrf_token=1463777564##e50acc406ebca9bbcad5218c3e0e96293752a830;)
Re: Show HN: HTTP Prompt – An HTTP CLI with autocomplete and syntax highlighting
#6prompt-toolkit looks great - I'd love something like that for go...
Re: Show HN: HTTP Prompt – An HTTP CLI with autocomplete and syntax highlighting
#7Re: Show HN: HTTP Prompt – An HTTP CLI with autocomplete and syntax highlighting
#8I'm the author of HTTP Prompt. Any questions or feedback will be appreciated. :)
Very cool. I just checked it out. One question would be: How to use a value set in a header response in a form post? ie: A login form requires sending a csrf_token, and i can get it out of the header instead of having to parse the html. (Set-Cookie: x_csrf_token=1463777564##e50acc406ebca9bbcad5218c3e0e96293752a830;)