Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserve_test.go1840 type serverExpectTest struct { struct
1841 contentLength int // of request body
1842 chunked bool
1843 expectation string // e.g. "100-continue"
1844 …eadBody bool // whether handler should read the body (if false, sends StatusUnauthorized)
1845 expectedResponse string // expected substring in first line of http response