HEAD support

This commit is contained in:
2019-06-19 19:20:10 +02:00
parent 0004064a27
commit d8cfca8fc5
5 changed files with 23 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ namespace Http
{
struct Request
{
HttpRequest::Type requestType;
HttpRequest::Type type;
Url url;
static Request Deserialize(std::vector<char> const & bytes);