net
TCP, UDP, HTTP, TLS, DNS — V-LLSI-native networking with zero FFI.
core.net.http2 — RFC 7540 HTTP/2 + RFC 7541 HPACK
Pure-Verum HTTP/2 wire protocol (frame layer, SETTINGS, stream FSM) and HPACK header compression (static/dynamic tables, Huffman, literal forms). The substrate for any HTTP/2 client, server, or proxy.
QUIC and HTTP/3 — redirect
The pure-Verum QUIC v1 (RFC 9000/9001/9002) + HTTP/3 (RFC 9114) + QPACK (RFC 9204) stack now lives under dedicated sections.
TLS 1.3
4 items
QUIC
5 items
HTTP/3
4 items
Weft (server framework)
11 items
core.net.proxy — L7 reverse-proxy toolkit
Upstream connection pools, active health checks, load balancers (round-robin, random, weighted least-conn), Hystrix-style circuit breakers, retry layers with budgets, and token/leaky/sliding-window rate limiters. The building blocks for API gateways and service-mesh data planes.
core.protobuf — Protocol Buffers wire-format codec
Low-level encoder / decoder for the canonical Protocol Buffers wire format (Google's google.protobuf). Tag / varint / fixed / length-delimited encoding with a streaming Cursor reader and zero-copy view helpers.
core.compress — compression codecs
Unified Codec protocol over gzip, raw deflate, zlib, brotli, zstd, and lz4. Used by HTTP Content-Encoding, WebSocket permessage-deflate, TLS certificate-compression, and QUIC / RDMA payload paths.
encoding
Data encoding and serialization (JSON, CBOR, MessagePack, Base64/32/58, hex, PEM, JCS, JSON Pointer, varint, DER)
signal
Async signal subscription (SIGTERM, SIGINT, SIGHUP)
mesh
Service-mesh integration (Envoy xDS, Kubernetes Gateway API)