type net/http/httputil.ClientConn
10 uses
net/http/httputil (current package)
persist.go#L230: type ClientConn struct {
persist.go#L248: func NewClientConn(c net.Conn, r *bufio.Reader) *ClientConn {
persist.go#L252: return &ClientConn{
persist.go#L265: func NewProxyClientConn(c net.Conn, r *bufio.Reader) *ClientConn {
persist.go#L275: func (cc *ClientConn) Hijack() (c net.Conn, r *bufio.Reader) {
persist.go#L286: func (cc *ClientConn) Close() error {
persist.go#L299: func (cc *ClientConn) Write(req *http.Request) error {
persist.go#L353: func (cc *ClientConn) Pending() int {
persist.go#L363: func (cc *ClientConn) Read(req *http.Request) (resp *http.Response, err error) {
persist.go#L425: func (cc *ClientConn) Do(req *http.Request) (*http.Response, error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |