WPILibC++ 2024.1.1-beta-4
wpi::HttpLocation Class Reference

#include <wpinet/HttpUtil.h>

Public Member Functions

 HttpLocation ()=default
 
 HttpLocation (std::string_view url_, bool *error, std::string *errorMsg)
 

Public Attributes

std::string url
 
std::string user
 
std::string password
 
std::string host
 
int port
 
std::string path
 
std::vector< std::pair< std::string, std::string > > params
 
std::string fragment
 

Constructor & Destructor Documentation

◆ HttpLocation() [1/2]

wpi::HttpLocation::HttpLocation ( )
default

◆ HttpLocation() [2/2]

wpi::HttpLocation::HttpLocation ( std::string_view  url_,
bool *  error,
std::string *  errorMsg 
)

Member Data Documentation

◆ fragment

std::string wpi::HttpLocation::fragment

◆ host

std::string wpi::HttpLocation::host

◆ params

std::vector<std::pair<std::string, std::string> > wpi::HttpLocation::params

◆ password

std::string wpi::HttpLocation::password

◆ path

std::string wpi::HttpLocation::path

◆ port

int wpi::HttpLocation::port

◆ url

std::string wpi::HttpLocation::url

◆ user

std::string wpi::HttpLocation::user

The documentation for this class was generated from the following file: