Split HTTP namespace up into http_parser.h and url.h, since the URL library can be useful stand-alone as well.

This commit is contained in:
Thulinma 2020-02-28 11:33:12 +01:00
parent e0dfc3a4db
commit 793f6f7809
7 changed files with 307 additions and 283 deletions

View file

@ -1,4 +1,5 @@
#include "http_parser.h"
#include "url.h"
#include "socket.h"
namespace HTTP{