HTTPTunneling: Difference between revisions
From Hotline Wiki
Jump to navigationJump to search
Created page with "== HTTP Tunneling == Tunneling uses two persistent connections: '''POST''' for sending and '''GET''' for receiving. === Tunneling Header === Every transaction sent via the tunnel is preceded by this 8-byte header: {| class="wikitable" ! Description !! Size !! Data Code |- | Data code || 4 || Disconnect (0), Data (1), Padding (2) |- | Data size || 4 || Size of the following transaction |} === MIME Type === All HTTP requests for tunneling must use: <code>Content-Type: ho..." |
No edit summary |
||
| Line 1: | Line 1: | ||
== HTTP Tunneling == | {{HotlineNav}}== HTTP Tunneling == | ||
Tunneling uses two persistent connections: '''POST''' for sending and '''GET''' for receiving. | Tunneling uses two persistent connections: '''POST''' for sending and '''GET''' for receiving. | ||
Latest revision as of 20:21, 3 March 2026
Core Documentation
Technical Specifications
Binary & Data
External Networking
Assets
== HTTP Tunneling ==
Tunneling uses two persistent connections: POST for sending and GET for receiving.
Tunneling Header
Every transaction sent via the tunnel is preceded by this 8-byte header:
| Description | Size | Data Code |
|---|---|---|
| Data code | 4 | Disconnect (0), Data (1), Padding (2) |
| Data size | 4 | Size of the following transaction |
MIME Type
All HTTP requests for tunneling must use:
Content-Type: hotline/protocol