Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-wood authored Jan 31, 2023
1 parent 1e786b0 commit 378e1a8
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# ohttp-js
<h1 align="center">ohttp-js</h1>

Oblivious HTTP Javascript implementation
<div align="center">

[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/ohttp/mod.ts)
![Node.js CI](https://github.com/chris-wood/ohttp-js/actions/workflows/ci_node.yml/badge.svg)
![Deno CI](https://github.com/chris-wood/ohttp-js/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/chris-wood/ohttp-js/branch/main/graph/badge.svg?token=7I7JGKDDJ2)](https://codecov.io/gh/chris-wood/ohttp-js)

</div>

<div align="center">
A TypeScript <a href="https://datatracker.ietf.org/doc/html/draft-ietf-ohai-ohttp-06">Oblivious HTTP (OHTTP)</a>
implementation built on top of <a href="https://github.com/dajiaji/hpke-js">hpke-js</a> and <a href="https://github.com/dajiaji/bhttp-js">bhttp-js</a>.
</div>

0 comments on commit 378e1a8

Please sign in to comment.