WPILibC++ 2023.4.3-108-ge5452e3
|
#include <wpinet/HttpUtil.h>
Public Member Functions | |
HttpRequest ()=default | |
HttpRequest (const HttpLocation &loc) | |
template<typename T > | |
HttpRequest (const HttpLocation &loc, const T &extraParams) | |
HttpRequest (const HttpLocation &loc, std::string_view path_) | |
template<typename T > | |
HttpRequest (const HttpLocation &loc, std::string_view path_, const T ¶ms) | |
Public Attributes | |
SmallString< 128 > | host |
int | port |
std::string | auth |
SmallString< 128 > | path |
|
default |
|
inlineexplicit |
wpi::HttpRequest::HttpRequest | ( | const HttpLocation & | loc, |
const T & | extraParams | ||
) |
|
inline |
|
inline |
std::string wpi::HttpRequest::auth |
SmallString<128> wpi::HttpRequest::host |
SmallString<128> wpi::HttpRequest::path |
int wpi::HttpRequest::port |