mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
* HTTPConnection::reply : to_buffers() -> to_string()
This commit is contained in:
@@ -39,8 +39,8 @@ namespace util
|
||||
struct reply
|
||||
{
|
||||
std::vector<header> headers;
|
||||
std::string status_string, content;
|
||||
std::vector<boost::asio::const_buffer> to_buffers (int status);
|
||||
std::string status;
|
||||
std::string to_string (int code);
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user