ptth/crates/ptth_server
_ 5db72be1bc tell the relay our server name when we serve responses
This is needed for a future refactor of the relay.
2021-07-10 22:17:32 +00:00
..
src tell the relay our server name when we serve responses 2021-07-10 22:17:32 +00:00
test ♻️ Extract ptth_server crate. Docker still broken 2020-11-27 00:50:22 +00:00
Cargo.toml ptth_server v2.1.0 will allow custom servers with a user-supplied request handler 2021-05-09 19:40:19 +00:00
README.md 📝 docs: update README before publishing to crates.io 2021-04-18 12:56:36 -05:00

README.md

PTTH Server

The PTTH server is an HTTP server that can serve files from behind a firewall, because it only makes outgoing HTTP connections to a PTTH relay.

View from outside the PTTH tunnel:

* HTTP client
|
|   HTTP(S) requests
V
* ptth_relay
^
|   HTTP(S) requests
|
* ptth_server

View from inside the PTTH tunnel:

* HTTP client
|
|   HTTP(S) requests
V
* ptth_relay
|
|   HTTP(S) requests
V
* ptth_server