John A. De Goes

Results 148 issues of 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...

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

**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

**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

**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