Searched defs:serverExpectTest (Results 1 – 1 of 1) sorted by relevance
1840 type serverExpectTest struct { struct1841 contentLength int // of request body1842 chunked bool1843 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