diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:46 +0200 |
| commit | 07706f56cd421bf8b101a5c0fe44674d36e161a0 (patch) | |
| tree | bec8b45765788370fbd148d68e05d8b437e60670 /reqp.h | |
| parent | 56187184e11b085b82584d3b088c62f427aae83c (diff) | |
tagging ychat-0.5.1ychat-0.5.1
Diffstat (limited to 'reqp.h')
| -rwxr-xr-x | reqp.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -24,7 +24,7 @@ private: HTTP_CACHEC, HTTP_CONNEC, HTTP_COTYPE; - + // returns the request url from thr client's http request header // until the first "?" and stores all request parameter values // ( behind "?" ) into map_params. @@ -39,7 +39,9 @@ public: // public methods. explicit reqp( ); // simple constructor. virtual string parse( thrd* p_thrd, string s_req, map_string &map_params ); - virtual string url_decode (string ); + virtual string url_decode ( string ); + virtual string get_content_type( string ); + virtual void parse_headers( string s_req, map_string &map_params ); }; #endif |
