WPILibC++
2019.1.1-beta-4-30-g3635116
|
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 |