diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
| commit | c507ce3198ea4d822832cc8740f0128df8873c02 (patch) | |
| tree | 260ca004916ae03b7d5438bf89007e3984da6934 /reqp.h | |
| parent | c8b2ef7b899766d04562f7e04a84251cea8fa701 (diff) | |
tagging ychat-0.3ychat-0.3
Diffstat (limited to 'reqp.h')
| -rwxr-xr-x | reqp.h | 5 |
1 files changed, 2 insertions, 3 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. @@ -40,8 +40,7 @@ public: explicit reqp( ); // simple constructor. virtual string parse( thrd* p_thrd, string s_req, map_string &map_params ); virtual string url_decode ( string ); - virtual string get_content_type( string ); - virtual void parse_headers( string s_req, map_string &map_params ); + virtual string getContentType( string ); }; #endif |
