net/http.Client.Do (method)

6 uses

	net/http (current package)
		client.go#L489: 	return c.Do(req)
		client.go#L591: func (c *Client) Do(req *Request) (*Response, error) {
		client.go#L880: 	return c.Do(req)
		client.go#L956: 	return c.Do(req)

	github.com/coder/websocket
		dial.go#L223: 	resp, err := opts.HTTPClient.Do(req)

	github.com/gotd/td/telegram/dcs
		http.go#L155: 	resp, err := c.client.Do(req)