From 3bb1665b46b1dfbf5480e1cacac9872755639123 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Wed, 7 Feb 2024 22:23:35 +0900 Subject: [PATCH] docs: add badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9b7ba23..3b65381 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # httpsig-rs +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +![Unit Test](https://github.com/junkurihara/rust-rpxy/actions/workflows/ci.yml/badge.svg) + 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)