Home
last modified time | relevance | path

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

/arkcompiler/toolchain/websocket/
Dhttp.h34 struct HttpRequest : private HttpBase { struct
40 static bool Decode(const std::string& request, HttpRequest& parsed); argument
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp271 auto notValidCallBack = [](const HttpRequest&) -> bool { in __anonf54d083d0402()