Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRollen authored Aug 16, 2024
1 parent b4a3e35 commit b3010e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tower-github-webhook

## WORK IN PROGRESS

This crate does not currently work as intended—the middleware empties the request body completely rather than passing the body on to the inner service.

I would not recommend using this crate for anything meaningful until I have had time to fix the issue

`tower-github-webhook` is a crate that simplifies validating webhooks received from GitHub.

[![Crates.io](https://img.shields.io/crates/v/tower-github-webhook)](https://crates.io/crates/tower-github-webhook)
Expand Down

0 comments on commit b3010e9

Please sign in to comment.