WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::net::HttpLocation Class Reference

#include <wpi/net/HttpUtil.hpp>

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::net::HttpLocation::HttpLocation ( )
default

◆ HttpLocation() [2/2]

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

Member Data Documentation

◆ fragment

std::string wpi::net::HttpLocation::fragment

◆ host

std::string wpi::net::HttpLocation::host

◆ params

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

◆ password

std::string wpi::net::HttpLocation::password

◆ path

std::string wpi::net::HttpLocation::path

◆ port

int wpi::net::HttpLocation::port

◆ url

std::string wpi::net::HttpLocation::url

◆ user

std::string wpi::net::HttpLocation::user

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