From dbfc18ed3cef55a4433870ddee77c921b996cc2b Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 8 Oct 2021 14:40:29 +0400 Subject: docs: add docusaurus base --- docs/components/webhook.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 docs/components/webhook.md (limited to 'docs/components/webhook.md') diff --git a/docs/components/webhook.md b/docs/components/webhook.md deleted file mode 100644 index 76361ef..0000000 --- a/docs/components/webhook.md +++ /dev/null @@ -1,8 +0,0 @@ -# Webhook - -> TD;TR The webhook component is an implementation of the discord interaction webhooks; You can either use the Gateway or the Webhooks. The webhooks __require__ an external https endpoint to work. - -The webhook source code is located in the [webhook](../../webhook) folder and is implemented in Rust. It's a simple http web server which implements the webhook signature verification and deserialization. Like the gateway, the messages are redirected using the [relaying system](../common#relaying_trait). - -The signature verification is done using libsodium via the libsodium-sys trait. -Subsequently, it uses code marked as "unsafe" in rust. It's built into the binary statically. Any route can be used to receive webhook messages. \ No newline at end of file -- cgit v1.2.3