Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam authored Dec 6, 2024
1 parent 61b3db8 commit 6171a81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

This application allows you to test and debug webhooks and HTTP requests using unique, randomly generated URLs. You
can customize the response code, `Content-Type` HTTP header, response content, and even set a delay for responses.

Consider it a free and self-hosted alternative to [webhook.site](https://github.com/fredsted/webhook.site),
[requestinspector.com](https://requestinspector.com/), and similar services.

The concept is inspired by [this project](https://github.com/fredsted/webhook.site).

<p align="center">
Expand All @@ -19,7 +23,7 @@ The concept is inspired by [this project](https://github.com/fredsted/webhook.si

Built with Go for high performance, this application includes a lightweight UI (written in `ReactJS`) that’s compiled
into the binary, so no additional assets are required. WebSocket support provides real-time webhook notifications in
the UIno need for third-party solutions like `pusher.com`!
the UI - no need for third-party solutions like `pusher.com`!

### 🔥 Features list

Expand Down

0 comments on commit 6171a81

Please sign in to comment.