summaryrefslogtreecommitdiffstats
path: root/libtransport/includes/hicn/transport/http/request.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/includes/hicn/transport/http/request.h')
-rw-r--r--libtransport/includes/hicn/transport/http/request.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libtransport/includes/hicn/transport/http/request.h b/libtransport/includes/hicn/transport/http/request.h
index 54904d696..b62f5b061 100644
--- a/libtransport/includes/hicn/transport/http/request.h
+++ b/libtransport/includes/hicn/transport/http/request.h
@@ -46,6 +46,11 @@ class HTTPRequest : public HTTPMessage {
std::string getRequestString() const;
+ static std::size_t parseHeaders(const uint8_t *buffer, std::size_t size,
+ HTTPHeaders &headers,
+ std::string &http_version,
+ std::string &method, std::string &url);
+
private:
std::string query_string_, path_, protocol_, locator_, port_;
std::string request_string_;