fixed build

This commit is contained in:
AlexandreRouma
2023-01-26 03:05:32 +01:00
parent e59d804b31
commit 31ff7f3224
2 changed files with 2 additions and 1 deletions

View File

@ -256,6 +256,7 @@ namespace net::http {
class Client {
public:
Client() {}
Client(std::shared_ptr<Socket> sock);
int sendRequestHeader(RequestHeader& req);