Home
last modified time | relevance | path

Searched refs:HTTPResponse (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h33 struct HTTPResponse;
55 void setResponse(HTTPResponse Response);
58 struct HTTPResponse { struct
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DHTTPServer.cpp86 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse()
161 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse()
/llvm-project-15.0.7/llvm/unittests/Debuginfod/
H A DHTTPServerTests.cpp23 HTTPResponse Response = {200u, "text/plain", "hello, world\n"};
108 HTTPResponse LambdaResponse = {200u, "text/plain", in TEST_F()