oxhttp icon indicating copy to clipboard operation
oxhttp copied to clipboard

Simple synchronous HTTP client and server

Results 3 oxhttp issues
Sort by recently updated
recently updated
newest added

The only thing preventing me from using this otherwise superb http server in more projects, is having some kind of router easily available/reusable. Ideally, something that would also be capable...

The server currently opens a new thread for every request without any limitation. This might make the server quite vulnerable to Denial Of Service attacks.

It might be nice that for the client to allow keeping connections open in order to allow fast consecutive requests to the same server.