Home
last modified time | relevance | path

Searched refs:HTTPLibRequest (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp86 HTTPServerRequest::HTTPServerRequest(const httplib::Request &HTTPLibRequest, in HTTPServerRequest() argument
89 expandUrlPathMatches(HTTPLibRequest.matches, *this); in HTTPServerRequest()
118 [Handler](const httplib::Request &HTTPLibRequest, in get()
120 HTTPServerRequest Request(HTTPLibRequest, HTTPLibResponse); in get()
/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h52 HTTPServerRequest(const httplib::Request &HTTPLibRequest,