summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/uri/src/detail/uri_normalize.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/uri/src/detail/uri_normalize.hpp')
-rw-r--r--graphics/asymptote/LspCpp/third_party/uri/src/detail/uri_normalize.hpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/uri/src/detail/uri_normalize.hpp b/graphics/asymptote/LspCpp/third_party/uri/src/detail/uri_normalize.hpp
new file mode 100644
index 0000000000..3c2e03b11d
--- /dev/null
+++ b/graphics/asymptote/LspCpp/third_party/uri/src/detail/uri_normalize.hpp
@@ -0,0 +1,20 @@
+// Copyright 2013-2016 Glyn Matthews.
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef NETWORK_DETAIL_NORMALIZE_INC
+#define NETWORK_DETAIL_NORMALIZE_INC
+
+#include <network/uri/uri.hpp>
+#include <network/string_view.hpp>
+
+namespace network {
+namespace detail {
+std::string normalize_path_segments(string_view path);
+
+std::string normalize_path(string_view path, uri_comparison_level level);
+} // namespace detail
+} // namespace network
+
+#endif // NETWORK_DETAIL_NORMALIZE_INC