Searched refs:HTTPResponse (Results 1 – 3 of 3) sorted by relevance
33 struct HTTPResponse;55 void setResponse(HTTPResponse Response);58 struct HTTPResponse { struct
86 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse()161 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse()
23 HTTPResponse Response = {200u, "text/plain", "hello, world\n"};108 HTTPResponse LambdaResponse = {200u, "text/plain", in TEST_F()