ferrotunnel-http 0.5.0

HTTP ingress and proxy implementation for FerroTunnel
Documentation
ferrotunnel-http-0.5.0 has been yanked.

ferrotunnel-http

Crates.io Documentation License

HTTP ingress and proxy implementation for FerroTunnel.

Overview

This crate handles the HTTP layer for FerroTunnel:

  • HTTP Ingress: Receives public Internet traffic and routes it to the correct session.
  • HTTP Proxy: Receives forwarded requests on the client side and proxies them to the local service.

Usage

Internal use for HTTP handling in FerroTunnel.

[dependencies]
ferrotunnel-http = "0.4.0"