John A. De Goes
John A. De Goes
**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...
**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...
**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**...
**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...
**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...
**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...
**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...
**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...
**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...
**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...