RosHTTP icon indicating copy to clipboard operation
RosHTTP copied to clipboard

Unified Scala.js + Scala HTTP client API

Results 18 RosHTTP issues
Sort by recently updated
recently updated
newest added

It would be nice to have a helper for HTTP Basic authentication

type: feature
priority: low
status: open

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...

type: meta

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...

type: enhancement
priority: low
status: open

Very large download streams ( > 1GB ) seem to leak memory in node.js environment.

type: enhancement
priority: medium
status: open

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...

type: meta
priority: low
status: open

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...

type: feature
priority: low
status: open

type: meta
priority: low
status: open

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...

type: enhancement
priority: low
status: open