mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fix outproxy
This commit is contained in:
5
HTTP.h
5
HTTP.h
@@ -82,6 +82,9 @@ namespace http {
|
||||
|
||||
/** @brief Serialize HTTP request to string */
|
||||
std::string to_string();
|
||||
|
||||
void write(std::ostream & o);
|
||||
|
||||
};
|
||||
|
||||
struct HTTPRes : HTTPMsg {
|
||||
@@ -116,6 +119,8 @@ namespace http {
|
||||
*/
|
||||
std::string to_string();
|
||||
|
||||
void write(std::ostream & o);
|
||||
|
||||
/** @brief Checks that response declared as chunked data */
|
||||
bool is_chunked();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user