Chore: split component to transport
This commit is contained in:
9
transport/ssr/obfs/http_post.go
Normal file
9
transport/ssr/obfs/http_post.go
Normal file
@ -0,0 +1,9 @@
|
||||
package obfs
|
||||
|
||||
func init() {
|
||||
register("http_post", newHTTPPost, 0)
|
||||
}
|
||||
|
||||
func newHTTPPost(b *Base) Obfs {
|
||||
return &httpObfs{Base: b, post: true}
|
||||
}
|
Reference in New Issue
Block a user