Skip to content

Commit

Permalink
[ci skip] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Feb 7, 2024
1 parent 1f9f18d commit 273341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Implementation of [IETF draft of http message signatures](https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/). Our implementation is currently based on [Draft-19](https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/19/).

This crates provides a basic library [httpsig](../lib) and [its extension](./ext-hyper/) of `hyper`'s http library. At this point, our library can sign and verify only request messages of hyper. (TODO: response message signature)
This crates provides a basic library [httpsig](./httpsig) and [its extension](./httpsig-hyper/) of `hyper`'s http library. At this point, our library can sign and verify only request messages of hyper. (TODO: response message signature)

## Usage of Extension for hyper (httpsig-hyper)

Expand Down

0 comments on commit 273341b

Please sign in to comment.