Loading src/http.h +2 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,8 @@ namespace libhttppp { std::string _path; }; class HttpResponse; class HttpClient{ public: HttpClient( const HttpUrl &desturl); Loading Loading
src/http.h +2 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,8 @@ namespace libhttppp { std::string _path; }; class HttpResponse; class HttpClient{ public: HttpClient( const HttpUrl &desturl); Loading