MCPcopy Create free account
hub / github.com/Huntereb/Awoo-Installer / HTTPHeader

Method HTTPHeader

source/util/network_util.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 // HTTPHeader
40
41 HTTPHeader::HTTPHeader(std::string url) :
42 m_url(url)
43 {
44 }
45
46 size_t HTTPHeader::ParseHTMLHeader(char* bytes, size_t size, size_t numItems, void* userData)
47 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected