Gateway Ingress Operational • Protocol Active
Application Connectivity Platform
A lightweight connectivity layer for distributed workloads. Providing low-overhead stream routing, authenticated ingress, and connection multiplexing across services.
Multiplexed Streaming
Persistent HTTP/2 framing enables multiple application streams to share a single authenticated connection, reducing TCP handshake latency and resource overhead.
Token Authentication
Token-based ingress mediation with time-bound credentials. Incoming requests are authenticated at the edge before hitting downstream microservices.
Dual-Stack Endpoints
Complete IPv4 and native IPv6 dual-stack support with automated ACME TLS certificate management and clean HTTP-to-HTTPS redirection.
Connection Handshake
Authenticate with the gateway by including your client token in the request header:
HTTP/2 • Ingress Session Request
POST /v1/session/connect HTTP/2
Host: connect.dos7lo.me
Authorization: Bearer nx_tok_9f82b7c4a1e84310
X-Client-Id: agent-node-worker
Accept: application/json
# Gateway Handshake Response
HTTP/2 200 OK
Content-Type: application/json; charset=utf-8
X-KeepAlive-Timeout: 300s
{
"status": "connected",
"gateway": "ingress-relay",
"protocol": "HTTP/2",
"session_id": "sess_7c3a91e"
}