summaryrefslogtreecommitdiff
path: root/lib/httpserver/HTTPQueryDecoder.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-01-03 08:59:47 +0000
committerChris Wilson <chris+github@qwirx.com>2009-01-03 08:59:47 +0000
commit72d60c2c3ab73b9c9d6142129fa078cfc09eefbd (patch)
tree52beb5bbb35666868e7a64d757fa61226e4caddd /lib/httpserver/HTTPQueryDecoder.cpp
parent5e7f5ac8b32ceee8067d405f10bc8e14991fbd65 (diff)
Add ability to send an HTTPRequest to a socket and to parse an
HTTPResponse from a socket, to create a simple HTTP client.
Diffstat (limited to 'lib/httpserver/HTTPQueryDecoder.cpp')
-rw-r--r--lib/httpserver/HTTPQueryDecoder.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/httpserver/HTTPQueryDecoder.cpp b/lib/httpserver/HTTPQueryDecoder.cpp
index 5315d4ce..c49ac2ce 100644
--- a/lib/httpserver/HTTPQueryDecoder.cpp
+++ b/lib/httpserver/HTTPQueryDecoder.cpp
@@ -19,9 +19,10 @@
// --------------------------------------------------------------------------
//
// Function
-// Name: HTTPQueryDecoder::HTTPQueryDecoder(HTTPRequest::Query_t &)
-// Purpose: Constructor. Pass in the query contents you want to decode
-// the query string into.
+// Name: HTTPQueryDecoder::HTTPQueryDecoder(
+// HTTPRequest::Query_t &)
+// Purpose: Constructor. Pass in the query contents you want
+// to decode the query string into.
// Created: 26/3/04
//
// --------------------------------------------------------------------------