dot-http
dot-http copied to clipboard
dot-http is a text-based scriptable HTTP client
Hello! I'm coming to this project from https://github.com/rust-lang/rust/pull/99389 , where some stricter checks of creation of uninitialized data is being tested out, and the crates.io version of this crate ran...
I am impressed with the behavior of dot-http and thanks to the team for building a wonderful tool. Here are a few use cases where the product did not fit...
Hey, I would like to know whether it is possible to define global headers like "Content-Type" which will be used for all requests in a file. This would prevent a...
I've been wanting the ability to embed dot-http in the browser so that I can use it from an extension I'm working on. I was also thinking about https://github.com/bayne/dot-http/issues/46 but...
Colors do make everything a bit more readable so would be nice to have the output do some coloring, we could follow a similar scheme of the vim plugin highlight,...
Hi, Did you ever considered to allow to have dot-http scritps embedded as code in markdown ? this would allow to have some documentation together to the script or even...
Hi, Been using this for more then a month now, I really like it and I see more features on top of this, in the specific an improved response handling...
Include the error message produced by boa in the rust javascript error message
Attempting to create requests for a GraphQL server leads to some nasty syntax: https://github.com/bayne/dot-http/issues/9#issuecomment-586509962 Current plan for a response body generator: ``` POST {{base_url}}/graphql < {% var query = '{\...