|
LibreOffice Module ucb (master) 1
|
#include "CurlUri.hxx"#include <sal/log.hxx>#include <rtl/uri.hxx>#include <rtl/ustrbuf.hxx>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | http_dav_ucp |
Functions | |
| static ::std::optional< OUString > | http_dav_ucp::GetURLComponent (CURLU &rURI, CURLUPart const what, CURLUcode const expected, unsigned int const flags=0) |
| OUString | http_dav_ucp::EncodeSegment (OUString const &rSegment) |
| OUString | http_dav_ucp::DecodeURI (OUString const &rURI) |
| OUString | http_dav_ucp::ConnectionEndPointString (std::u16string_view rHostName, sal_uInt16 const nPort) |
Variables | |
| const auto | http_dav_ucp::DEFAULT_HTTP_PORT = 80 |
| const auto | http_dav_ucp::DEFAULT_HTTPS_PORT = 443 |