add client and transport
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package http
|
||||
|
||||
type Request struct {
|
||||
ConnectPath string // ip
|
||||
|
||||
Method string
|
||||
Path string
|
||||
Protocol string
|
||||
|
||||
Headers []Header
|
||||
|
||||
Body string
|
||||
}
|
||||
Reference in New Issue
Block a user