Embedding of flash players
This commit is contained in:
parent
78d69673f3
commit
3c48a6c03c
9 changed files with 48618 additions and 7 deletions
|
@ -24,7 +24,7 @@ namespace HTTP {
|
|||
void setCORSHeaders();
|
||||
void SetVar(std::string i, std::string v);
|
||||
void SetBody(std::string s);
|
||||
void SetBody(char * buffer, int len);
|
||||
void SetBody(const char * buffer, int len);
|
||||
std::string & BuildRequest();
|
||||
std::string & BuildResponse();
|
||||
std::string & BuildResponse(std::string code, std::string message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue