add client and transport
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package http
|
||||
|
||||
type RoundTripper interface {
|
||||
RoundTrip(*Request) (*Response, error)
|
||||
}
|
||||
Reference in New Issue
Block a user