WPILibC++
2018.4.1-20180926031727-1206-g8b1274d
|
Public Member Functions | |
HttpConnection (std::unique_ptr< wpi::NetworkStream > stream_, int timeout) | |
bool | Handshake (const HttpRequest &request, std::string *warnMsg) |
operator bool () const | |
Public Attributes | |
std::unique_ptr < wpi::NetworkStream > | stream |
wpi::raw_socket_istream | is |
wpi::raw_socket_ostream | os |
SmallString< 64 > | contentType |
SmallString< 64 > | contentLength |