kapilvgit / ohttp

Rust library for encapsulating HTTP messages in a cryptographic wrapper
Apache License 2.0
0 stars 1 forks source link

chunked ohttp support in ohttp library #5

Closed kapilvgit closed 2 weeks ago

kapilvgit commented 3 weeks ago

This PR introduces new APIs in the OHTTP library to support chunked OHTTP.

The PR also includes changes to ohttp server and client to use these APIs. This requires turning an HTTP chunked response into a stream.

Additional changes:

TODOs: