Home
last modified time | relevance | path

Searched refs:headerName (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/websocket/
H A Dhttp.cpp21 std::string HttpBase::DecodeHeader(const std::string& headersText, std::string_view headerName) in DecodeHeader() argument
23 auto startPos = headersText.find(headerName); in DecodeHeader()
26 startPos += headerName.size(); in DecodeHeader()
H A Dhttp.h30 static std::string DecodeHeader(const std::string& headersText, std::string_view headerName);

Completed in 1 milliseconds