halite
halite copied to clipboard
💎HTTP Requests Client with a chainable REST API, built-in sessions and middlewares.
I have a cURL command that seems to work fine and also works from Postman, but I can seem to format it into Halite in such a way that it...
in `v0.8.0` Halite add local cache feature(#24), though this does not debug friendly, it could not review the raw directly(#15, #22) Halite use many chainable methods and high duplice from...
Persisting connections can dramatically reduce request time. I'm not sure if Halite is already doing this, but it might be something to look into if not. [Here](https://github.com/drbrain/net-http-persistent) is an example...