mirror of
https://github.com/go-i2p/go-i2ptunnel.git
synced 2025-12-20 15:15:52 -05:00
Plan the thing.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
HTTP Tunnels
|
||||
============
|
||||
|
||||
HTTP Tunnels are especially for HTTP Services(httpserver) and HTTP User-Agents(httpclient).
|
||||
|
||||
HTTP Client
|
||||
-----------
|
||||
|
||||
|
||||
|
||||
HTTP Server
|
||||
-----------
|
||||
|
||||
|
||||
|
||||
1
lib/http/client/httpclient.go
Normal file
1
lib/http/client/httpclient.go
Normal file
@@ -0,0 +1 @@
|
||||
package httpclient
|
||||
1
lib/http/server/httpserver.go
Normal file
1
lib/http/server/httpserver.go
Normal file
@@ -0,0 +1 @@
|
||||
package httpserver
|
||||
Reference in New Issue
Block a user