eshttp icon indicating copy to clipboard operation
eshttp copied to clipboard

Portable pure JavaScript ES6/2015 HTTP library

Results 8 eshttp issues
Sort by recently updated
recently updated
newest added

Listen might throw error, and can be fairly non-sync. I don't think there is error mechanism in the library so far, callback for listen maybe ?

I have a simple server and I need to access the `request._body` property. Unfortunately it always defaults to an empty string. The client does not have access to the response...

I'm thinking about making a backend for this module for my [`dukboot`](https://gitlab.com/wmhilton/dukboot) runtime. I didn't see any instructions on how to actually write backends though. Do I use `eshttp` as...

How do I get the req body in a server context? Is it a stream, string or buffer ?

I have an os using this library and I have it hosting a server, I can't connect to my server on my host pc. And The client doesn't see that...

This is another runtime `http` related issue. I think that there should be a way to add custom backends, because I had to access to many "private" properties while writing...

Can we set custom hosts ?

### TL;DR Migrate from Travis CI to GitHub Actions and update dependencies. ### What changed? - Replace Travis CI with GitHub Actions for CI/CD - Add a new CI workflow...