mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-03-29 11:00:39 +00:00
pass options from Datagram2 and Datagram3 to handlers
This commit is contained in:
@@ -239,6 +239,7 @@ namespace util
|
||||
std::string_view operator[](std::string_view param) const;
|
||||
bool Insert (std::string_view param, std::string_view value);
|
||||
void CleanUp ();
|
||||
bool IsEmpty () const { return m_Options.empty (); }
|
||||
|
||||
static std::string_view ExtractString (const uint8_t * buf, size_t len);
|
||||
static size_t WriteString (std::string_view str, uint8_t * buf, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user