extract https content

This commit is contained in:
orignal 2015-02-20 12:21:33 -05:00
parent 71dae29077
commit 0d468a8f48
4 changed files with 54 additions and 41 deletions

View file

@ -53,7 +53,7 @@ namespace data
TlsSession (const std::string& host, int port);
void Send (const uint8_t * buf, size_t len);
std::string Receive ();
bool Receive (std::ostream& rs);
private: