Documentation
¶
Index ¶
- Variables
- func Read_Request(in io.Reader) (*http.Request, error)
- type Client
- func (c Client) Do(req *http.Request) (*http.Response, error)
- func (c Client) Get(addr string) (*http.Response, error)
- func (c Client) Level(level int) Client
- func (c Client) Redirect(fn Redirect_Func) Client
- func (c Client) Status(status int) Client
- func (c Client) Transport(tr *http.Transport) Client
- type Cookie
- type Header
- type Redirect_Func
- type Request
- type Response
- type Transport
Constants ¶
This section is empty.
Variables ¶
View Source
var Default_Client = Client{ Log_Level: 1, // contains filtered or unexported fields }
View Source
var NewRequest = http.NewRequest
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.