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

**Is your feature request related to a problem? Please describe.** Some companies begin with Smithy specifications, and then proceed to implement a server that satisfies a given Smithy specification; then...

enhancement
ziohackathon
💎 Bounty

**Is your feature request related to a problem? Please describe.** I'm always frustrated when configure bind port, can't find an easy way to do that. what I want: ``` val...

enhancement

**Describe the bug** When using the http client a lot, resources are eventually exhausted. A new connection is established on every client request and they are not closed. It doesn't...

bug

**Describe the bug** Combining two apps with different auth middlewares leads to unexpected 401 returns. **To Reproduce** This happens in version `2.0.0-RC10` Let's assume we have have 3 Http instances,...

bug

I created this PR, just to have some input how to solve it. It is still WIP. Is this a good approach to use netty's `HttpPostMultipartRequestDecoder`? If so I need...

The ZIO 1.0 official release should indicate an extended period of binary stability, including ample support for bug fixes, performance improvements, and backward-compatible feature extensions, allowing a healthy ecosystem to...

enhancement

**Is your feature request related to a problem? Please describe.** The middleware uses an executable encoding, which makes introspection impossible. In addition to having some performance implications, this means that...

enhancement

**What is not easy to do right now?** It is not clear how to get started using zhttp with a dependency for your HttpApp or something for your `R` **Describe...

documentation
maintenance

**Is your feature request related to a problem? Please describe.** Server can accept and parse Multipart form data requests. **Describe the solution you'd like** Something nice **Describe alternatives you've considered**...

enhancement

**Is your feature request related to a problem? Please describe.** Client can send multipart POST requests

enhancement