martinthomson / ohttp

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

Delete OHTTP client and gateway code. #73

Closed agokarn closed 2 weeks ago

agokarn commented 2 weeks ago

This repo contains only the common code that is used by the OHTTP client and gateway code.

The OHTTP client and gateway code have been removed and will be added to separate client and gateway repos. This refactoring is required to -

  1. Use the common code from both repos, and
  2. Upstream the changes to https://github.com/martinthomson/ohttp. The client and server code will only use the common libraries from the original branch(https://github.com/martinthomson/ohttp) after the changes are up streamed.