Add namespace
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "request.hpp"
|
||||
#include <iostream>
|
||||
|
||||
using namespace http;
|
||||
|
||||
bool Request::protocol(std::stringstream *ss, int *procPart, char c) {
|
||||
if (c == ' ' || c == '\n') {
|
||||
switch (*procPart) {
|
||||
|
||||
Reference in New Issue
Block a user