type net/http.Client
15 uses
net/http (current package)
client.go#L58: type Client struct {
client.go#L110: var DefaultClient = &Client{}
client.go#L175: func (c *Client) send(req *Request, deadline time.Time) (resp *Response, didTimeout func() bool, err error) {
client.go#L193: func (c *Client) deadline() time.Time {
client.go#L200: func (c *Client) transport() RoundTripper {
client.go#L483: func (c *Client) Get(url string) (resp *Response, err error) {
client.go#L501: func (c *Client) checkRedirect(req *Request, via []*Request) error {
client.go#L589: func (c *Client) Do(req *Request) (*Response, error) {
client.go#L595: func (c *Client) do(req *Request) (retres *Response, reterr error) {
client.go#L749: func (c *Client) makeHeadersCopier(ireq *Request) func(*Request) {
client.go#L851: func (c *Client) Post(url, contentType string, body io.Reader) (resp *Response, err error) {
client.go#L894: func (c *Client) PostForm(url string, data url.Values) (resp *Response, err error) {
client.go#L928: func (c *Client) Head(url string) (resp *Response, err error) {
client.go#L943: func (c *Client) CloseIdleConnections() {
nhooyr.io/websocket
dial.go#L28: HTTPClient *http.Client
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |