From b6036626a0669e61e17ef60b8e24679c244b5161 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 8 Mar 2026 13:18:22 -0500 Subject: [PATCH] remove http.client module --- src/content/docs/modules/http/http-client.md | 14 -------------- src/content/docs/showbridge/overview.md | 1 - 2 files changed, 15 deletions(-) delete mode 100644 src/content/docs/modules/http/http-client.md diff --git a/src/content/docs/modules/http/http-client.md b/src/content/docs/modules/http/http-client.md deleted file mode 100644 index 86efacf..0000000 --- a/src/content/docs/modules/http/http-client.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: HTTP Client -sidebar: - order: 1 ---- -The `http.client` module emits a message contianing the response of the HTTP calls it makes. - -- **type**: `http.client` - -### Example -``` -- id: httpSender1 - type: http.client -``` \ No newline at end of file diff --git a/src/content/docs/showbridge/overview.md b/src/content/docs/showbridge/overview.md index f49c52a..d73cf54 100644 --- a/src/content/docs/showbridge/overview.md +++ b/src/content/docs/showbridge/overview.md @@ -8,7 +8,6 @@ showbridge is a kind of re-imagining of [OSCulator](https://osculator.net/) take ### Included Modules - HTTP - - client - server - UDP - client