RosHTTP
RosHTTP copied to clipboard
Unified Scala.js + Scala HTTP client API
It would be nice to have a helper for HTTP Basic authentication
If you find this module interesting and want to see exciting and cool new features, feel free to offer your help. I don't do scala stuff nowadays and therefore I...
Currently, if a request times out, the backend request may go on until the backing API times out or the request resolves. It would be _nice to have_ the backend...
Very large download streams ( > 1GB ) seem to leak memory in node.js environment.
Once v2 is out, there will be a bunch of possible optimizations. A benchmark will be of great use in this situation. Also the benchmark should compare RösHTTP against some...
The [fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) seems to be able to handle streaming bodies which would allow our stream API to do actual streaming in the browser!!! Of course this feature should be...
Most bodies are simple strings and do not need to be encoded in a byte buffer. This case could be optimized by providing the backend with a string instead of...