Home
last modified time | relevance | path

Searched refs:HttpBase (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/toolchain/websocket/
H A Dhandshake_helper.h66 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
68 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
70 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
74 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
75 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
109 + 3 * HttpBase::EOL.size();
112 + 2 * HttpBase::EOL.size();
H A Dhttp.h22 struct HttpBase { struct
34 struct HttpRequest : private HttpBase {
47 struct HttpResponse : private HttpBase {
H A Dhttp.cpp21 std::string HttpBase::DecodeHeader(const std::string& headersText, std::string_view headerName) in DecodeHeader()

Completed in 1 milliseconds