Home | History | Annotate | Download | only in http

Lines Matching refs:requests

123 	// Request.Body. For HTTP/1.x requests, handlers should read any
127 // may be unavailable. For HTTP/2 requests, the Go HTTP server permits
430 // subsequent requests on this connection and stop reading
1014 // Accept "PRI * HTTP/2.0" upgrade requests, so Handlers can
1020 // Reject HTTP/0.x, and all other HTTP/2+ requests (which
1818 // HTTP cannot have multiple simultaneous active requests.[*]
1860 // requests with non-standard expectation[s]? Seems
1965 // StripPrefix returns a handler that serves HTTP requests
2092 // former will receive requests for any other paths in the
2111 // requests for "http://www.google.com/".
2303 // read requests and then call handler to reply to them.
2355 // handle HTTP requests and will initialize the Request's TLS
2521 // active requests are complete. That means that ConnState
2555 // DefaultServeMux and also handles "OPTIONS *" requests.
2572 // calls Serve to handle requests on incoming connections.
2615 // new service goroutine for each. The service goroutines read requests and
2758 // and then calls Serve with handler to handle requests
2824 // then calls Serve to handle requests on incoming TLS connections.
3053 // globalOptionsHandler responds to "OPTIONS *" requests.
3071 // Requests come from NPN protocol handlers.