Home
last modified time | relevance | path

Searched defs:requestParam (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/integration-tests/
Dserver_tester.go309 type requestParam struct { struct
310 name string // name for this request to identify the request in log easily
311 streamID uint32 // stream ID, automatically assigned if 0
312 method string // method, defaults to GET
313 scheme string // scheme, defaults to http
314 authority string // authority, defaults to backend server address
315 path string // path, defaults to /
316 header []hpack.HeaderField // additional request header fields
317 body []byte // request body
318 trailer []hpack.HeaderField // trailer part
[all …]