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

Currently `Http.fromResource` is able to provide file resources only. However, it is often necessary to provide a resource that is inside a JAR archive. For example, if you run an...

**Describe the bug** Http client does not clean up resources after the call has succeeded. This means that after a specific number of requests depending on the configurations of the...

bug
client

**Describe the bug** `zhttp.service.Channel` has deafault `equals` and `hashCode`. As a result, two `zhttp.service.Channel` are not equal even though they have the same `channel: JChannel` field inside. **Expected behaviour** `equals`...

bug

Fix for https://github.com/dream11/zio-http/issues/1372 - according to HTTP 1.1 spec (https://datatracker.ietf.org/doc/html/rfc2616#section-14.23) Host header must include port if the request is sent to the custom port

Good evening dear team, As far as I understand, there's no clear way to verify the signature of a request cookie (as of v1.0.0.0-RC29) There's the `verify` method in `Cookie`,...

bug