| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected