Fixed support for non-HTTP-compliant devices pulling HTTP TS output
This commit is contained in:
parent
bfa9882e8c
commit
6816b6074c
3 changed files with 9 additions and 1 deletions
|
@ -17,6 +17,7 @@ namespace HTTP {
|
|||
bool Read(Socket::Connection & conn);
|
||||
bool Read(std::string & strbuf);
|
||||
std::string GetHeader(std::string i);
|
||||
void clearHeader(const std::string & i);
|
||||
std::string GetVar(std::string i);
|
||||
std::string getUrl();
|
||||
std::string allVars();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue