LibreOffice Module ucb (master) 1
Namespaces | Functions | Variables
CurlUri.cxx File Reference
#include "CurlUri.hxx"
#include <sal/log.hxx>
#include <rtl/uri.hxx>
#include <rtl/ustrbuf.hxx>
#include <optional>
Include dependency graph for CurlUri.cxx:

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