WPILibC++
2019.1.1-beta-1-26-g8be693f
|
Public Member Functions | |
HttpRequest (const HttpLocation &loc) | |
template<typename T > | |
HttpRequest (const HttpLocation &loc, const T &extraParams) | |
HttpRequest (const HttpLocation &loc, StringRef path_) | |
template<typename T > | |
HttpRequest (const HttpLocation &loc, StringRef path_, const T ¶ms) | |
Public Attributes | |
SmallString< 128 > | host |
int | port |
std::string | auth |
SmallString< 128 > | path |