type net/http/internal/httpcommon.ServerRequestParam

5 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L535: type ServerRequestParam struct {
		httpcommon.go#L558: func NewServerRequest(rp ServerRequestParam) ServerRequestResult {

	net/http
		h2_bundle.go#L6192: 	rp := httpcommon.ServerRequestParam{
		h2_bundle.go#L6258: func (sc *http2serverConn) newWriterAndRequestNoBody(st *http2stream, rp httpcommon.ServerRequestParam) (*http2responseWriter, *Request, error) {
		h2_bundle.go#L7184: 		rw, req, err := sc.newWriterAndRequestNoBody(promised, httpcommon.ServerRequestParam{