GitHunt
WY

A custom low-level HTTP/TLS network stack for the Void Browser, implementing DNS resolution, TCP/TLS transport, HTTP parsing, redirect handling, and streaming response processing.

Wire is a low-level networking and protocol engine designed for speed, correctness, and full control over data flow.


Features

• Native HTTP/HTTPS implementation with manual request and response handling.
• Full TLS stack integration without third-party HTTP clients.
• Streaming support for large responses and chunked transfers.
• Built-in decoding for modern content encodings (gzip).
• Precise control over redirects, headers, and connection lifecycle.
• Deterministic request behavior with zero hidden retries or heuristics.
• Binary-safe pipeline designed for browsers, proxies, and tooling.
• Modular architecture separating transport, protocol, and codec layers.
• No telemetry, no background requests, no implicit network activity.

Installation

1.1 - Required

• ZLib

1.2 - ZLib Installation

sudo pacman -S zlib

1.3 - Git Clone

git clone https://github.com/wyrexdev/Wire.git

1.4 - Install Wire

sudo make install

Languages

C++85.7%Makefile9.2%HTML5.1%

Contributors

MIT License
Created February 2, 2026
Updated February 10, 2026
wyrexdev/Wire | GitHunt