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

Resolves #1479 TODO: - [x] Web socket support is broken possibly due to the dynamic handler registration - [x] Try to revert the channel after closed web socket for reuse,...

maintenance

**Is your feature request related to a problem? Please describe.** `zio.http.api` has no benchmark. A variety of benchmarks should be added so that optimization may proceed in a data-driven way....

enhancement

**Is your feature request related to a problem? Please describe.** The current SSL API isn't inline with the rest of ZIO Http. It's a bit awkward to use, specially if...

enhancement

**Is your feature request related to a problem? Please describe.** Many APIs provide very large responses, for example, S3, in which it is possible to download a large file or...

enhancement
needs feedback

**Is your feature request related to a problem? Please describe.** All benchmarks should live inside the ZIO organization. **Describe the solution you'd like** Move benchmarks into the ZIO organization. **Describe...

enhancement

**Is your feature request related to a problem? Please describe.** The current version of ZIO HTTP does not provide a testkit, which means that users are on their own for...

enhancement

**Is your feature request related to a problem? Please describe.** ZIO HTTP relies mostly on Netty, and therefore (largely) shares the security considerations of this project, while also benefiting from...

enhancement
ziohackathon
💎 Bounty

**Is your feature request related to a problem? Please describe.** Ideally WebSockets would be more thoroughly integrated into ZIO HTTP, with a more comprehensive feature set (e.g. sending a message...

enhancement

**Is your feature request related to a problem? Please describe.** As the project entered the ZIO organization, similarity to existing ZIO APIs is an expectation. **Describe the solution you'd like**...

enhancement
ziohackathon

In anticipation of bootstrapping a new zio-http server, I am using the ["Getting Started" template](https://github.com/zio/zio-http/#getting-started) to "grow" towards a solution as I am learning Zio and ZHttp. The current version...

enhancement