summaryrefslogtreecommitdiff
path: root/reqp.h
diff options
context:
space:
mode:
Diffstat (limited to 'reqp.h')
-rwxr-xr-xreqp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/reqp.h b/reqp.h
index 399c751..e3f8540 100755
--- a/reqp.h
+++ b/reqp.h
@@ -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