![]() |
zeep::http::uri — Simple class, should be extended to have setters, one day.
// In header: <zeep/http/uri.hpp> class uri { public: // construct/copy/destruct (); (uri &); (uri &&); uri & (uri &); uri & (uri &&); ~(); // public member functions () ; () ; () ; () ; () ; () ; () ; () ; (uri &) ; };
uri
public member functions() ;Return true if url is empty (not useful I guess, you cannot construct an empty url yet)
() ;Return true if the path is absolute, is always false when host is set.
() ;Return the scheme.
() ;Return the host.
() ;Return the path.
() ;Return the query.
() ;Return the fragment.
() ;Return the URI as a string.
(uri & u) ;