parent
1460cc2eea
commit
eaf695c45d
5 changed files with 4 additions and 4 deletions
@ -1,4 +1,4 @@ |
||||
#include "http_packet.h" |
||||
#include "packet.h" |
||||
namespace Bk::Net { |
||||
HttpRequest::HttpRequest(std::string method, |
||||
std::string url, |
@ -1,4 +1,4 @@ |
||||
#include "http_server.h" |
||||
#include "server.h" |
||||
namespace Bk::Net { |
||||
HttpServer::HttpServer(IpAddress ip, int port)
|
||||
{ |
Loading…
Reference in New Issue