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 protobufs for gRPC, and then proceed to implement a server that satisfies the protobuf specification; then...

enhancement
ziohackathon
💎 Bounty

**Is your feature request related to a problem? Please describe.** Some companies begin with OpenAPI, and then proceed to implement a server that satisfies the OpenAPI specification; then they will...

enhancement

When trying to install according to the docs: ``` libraryDependencies += "dev.zio" %% "zio-http" % "2.0.0-RC11" ``` I'm getting: ``` sbt.librarymanagement.ResolveException: Error downloading dev.zio:zio-http_3:2.0.0-RC11 ``` also tried ``` libraryDependencies +=...

bug

**Is your feature request related to a problem? Please describe.** In order to both encourage broad contributions, as well as maintain performance of ZIO HTTP, it is necessary to both...

enhancement

**Is your feature request related to a problem? Please describe.** All of the metrics (ZIO, ZIO HTTP, + user metrics) can be exposed via an HTTP API, but currently, doing...

enhancement
ziohackathon

**Is your feature request related to a problem? Please describe.** Currently, `APIClient` and `APIServer` in `zio.http.api.internal` do not perform an adequate job supporting and respecting content type headers. **Describe the...

enhancement

Since ZIO 2.0 ships with integrated metrics support, I think it makes sense to include middleware for some standard metrics into zio-http.

enhancement

**Is your feature request related to a problem? Please describe.** Streaming responses is supported in the api of `zio.http.api`, but is not supported in the implementation for client and server...

enhancement

**Is your feature request related to a problem? Please describe.** The `zio.http.api.API` contains a declarative description of an API endpoint, while the `APIs` data type contains a declarative description of...

enhancement

**What is not easy to do right now?** Many internal implementation details of the library that should only ever be seen by maintainers or very advanced users are visible in...

maintenance