zio-http icon indicating copy to clipboard operation
zio-http copied to clipboard

A next-generation Scala framework for building scalable, correct, and efficient HTTP clients and servers

Results 215 zio-http issues
Sort by recently updated
recently updated
newest added

I suppose we could be even more correct at the cost of some performance, e.g split at `;` and only check the head, but I don't think it's worth it.

fixes #784

enhancement
maintenance
ClientBenchmark

**What is not easy to do right now?** Every time we make a new release documentation website needs to be updated with the new version **Describe the solution you'd like**...

maintenance

> The resulting program has faster startup time and lower runtime memory overhead compared to a JVM https://www.graalvm.org/reference-manual/native-image - [ ] Add documentation about how to get started with GraalVM...

maintenance
information

**Describe the solution you'd like** Instead of symbols such as !!, just call it root instead. Example: instead of `case Method.GET -> !! / "text" => Response.text("Hello World!")` just write...

enhancement
suggestion

It would be nice if with some built-in easy way to encode form data when using the `Client` to send requests, as you'll often want to post to some service...

enhancement
client

**What is not easy to do right now?** There is no way to track client performance on code change. **Describe the solution you'd like** Add a CI step to measure...

maintenance
client

**What is not easy to do right now?** [#889](https://github.com/dream11/zio-http/pull/899) introduces a file - `MimeDB.scala` which is the mapping of `file extension` to `Media Type`. It should be auto-generated. If a...

maintenance

**Is your feature request related to a problem? Please describe.** There are many REST APIs that are mandating http clients to provide a proper User Agent request header. One of...

enhancement
good first issue