move HTTP module to own section

This commit is contained in:
Joel Wetzell
2025-12-11 19:37:45 -06:00
parent b8853d6950
commit a6debbc175
7 changed files with 13 additions and 8 deletions
@@ -1,7 +1,7 @@
---
title: TCP Client
sidebar:
order: 3
order: 1
---
The TCP client module connects to TCP server and emits a message for every message it receives from the server that it connects to. Messages are determined by "framing" techniques as TCP is a stream based protocol. The module will attempt to reconnect anytime the connection is closed.