1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-04 00:05:21 -05:00

unfinished http proxy

This commit is contained in:
Darien Raymond
2015-12-14 16:26:29 +00:00
parent f0c1695db4
commit 05caf04eee
3 changed files with 36 additions and 15 deletions

4
proxy/http/config.go Normal file
View File

@@ -0,0 +1,4 @@
package http
type Config interface {
}