4个稳定版本

2.1.0 2021年5月9日
2.0.0 2021年4月18日
1.2.1 2021年3月21日

#1131 in HTTP服务器

AGPL-3.0

620KB
2.5K SLoC

PTTH服务器

PTTH服务器是一个HTTP服务器,可以从防火墙后面提供文件服务,因为它只向PTTH中继发起HTTP连接。

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

lib.rs:

PTTH服务器

PTTH服务器是一个HTTP服务器,可以从防火墙后面提供文件服务,因为它只向PTTH中继发起HTTP连接。

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

依赖项

~25–42MB
~705K SLoC