Home
last modified time | relevance | path

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

/third_party/nghttp2/integration-tests/
Dserver_tester.go715 func streamEnded(mainSr *serverResponse, streams map[uint32]*serverResponse, sr *serverResponse) bo…
725 type serverResponse struct { struct
726 status int // HTTP status code
727 header http.Header // response header fields
728 body []byte // response body
729 streamID uint32 // stream ID in HTTP/2
730 errCode http2.ErrCode // error code received in HTTP/2 RST_STREAM or GOAWAY
731 connErr bool // true if HTTP/2 connection error
732 connClose bool // Connection: close is included in response header in HTTP/1 test
733 reqHeader http.Header // http request header, currently only stores pushed request header
[all …]