uzhttp icon indicating copy to clipboard operation
uzhttp copied to clipboard

Minimal HTTP server for Scala+ZIO

Results 5 uzhttp issues
Sort by recently updated
recently updated
newest added

Hi there, if you find the time, perhaps you could merge #44 and kick off a release for 03.0-RC2 to sync with the latest ZIO RC ? Thank you very...

This PR brings back some of the logging output that was temporarily removed within the migration to ZIO2

I've thrown together a fairly minimal routing DSL that loosely mimics Akka HTTP's syntax. It arbitrarily supports URIs with up to six variable parts. Any feedback would be appreciated. Happy...

Is it possible to make ZIO 1.0.0 version? I really need it

I'm trying to adapt some code from http4s. One of the things I do there is write tests which generate a request object that gets compared to the routes and...