mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fix outproxy
This commit is contained in:
parent
f168e4586c
commit
01da9e3ca2
5 changed files with 109 additions and 77 deletions
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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue