Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Got1xxResponse (0.1 sec)

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

    	// Continue" response.
    	Got100Continue func()
    
    	// Got1xxResponse is called for each 1xx informational response header
    	// returned before the final non-1xx response. Got1xxResponse is called
    	// for "100 Continue" responses, even if Got100Continue is also defined.
    	// If it returns an error, the client request is aborted with that error value.
    	Got1xxResponse func(code int, header textproto.MIMEHeader) error
    
    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