Struct OpenVDS::HttpOpenOptions

struct HttpOpenOptions : public OpenVDS::OpenOptions

Options for opening a VDS with a plain HTTP url. If there are query parameters in then they will be appended to the different sub urls. The resulting IO backend will not support uploading data.

Public Functions

inline HttpOpenOptions()
inline HttpOpenOptions(std::string const &url)

HttpOpenOptions constructor.

Parameters:

url – The http base url of the VDS

Public Members

std::string url