Skip to content

Commit 3f7ddca

Browse files
committed
Update docs
1 parent 662f675 commit 3f7ddca

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/cli.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The Webhook.site Command Line Interface (`whcli`) listens for requests to a Webh
99

1010
For example, when a Webhook.site URL is hit, `whcli` will automatically forward the request to the specified URL, which can be on localhost, the local network or any other URL that can be connected to, and can automatically forward the response back to the Webhook.site URL, acting as a proxy.
1111

12+
Under the hood, to listen for requests, `whcli` uses an automatically reconnecting WebSocket that can stay active indefinitely.
13+
14+
Webhook.site CLI is licensed under MIT and [source code is available on Github](https://github.com/webhooksite/cli).
15+
1216
<!-- Place this tag in your head or just before your close body tag. -->
1317
<script async defer src="https://buttons.github.io/buttons.js"></script>
1418
<!-- Place this tag where you want the button to render. -->

docs/news.markdown

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Subscribe below to receive updates about improvements and new features on Webhoo
2222
</form>
2323
</div>
2424

25+
## 19 Feburary 2025
26+
27+
* It's now possible to manage Groups in Control Panel.
28+
* Added Clone button in Custom Actions editor.
29+
* Default response now has link to edit response.
30+
2531
## 12 Feburary 2025
2632

2733
* Variables can now be escaped via backslashes.

0 commit comments

Comments
 (0)