Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WroteRequest (0.28 sec)

  1. src/net/http/httptrace/trace.go

    	// server before writing the request body.
    	Wait100Continue func()
    
    	// WroteRequest is called with the result of writing the
    	// request and any body. It may be called multiple times
    	// in the case of retried requests.
    	WroteRequest func(WroteRequestInfo)
    }
    
    // WroteRequestInfo contains information provided to the WroteRequest
    // hook.
    type WroteRequestInfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top