mirror of
https://github.com/boostorg/url.git
synced 2026-01-19 04:42:15 +00:00
committed by
Alan de Freitas
parent
0c16da3347
commit
60d5ee24e0
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_AUTHORITY_VIEW_IPP
|
||||
#define BOOST_URL_IMPL_AUTHORITY_VIEW_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/authority_view.hpp>
|
||||
@@ -405,4 +403,3 @@ compare(const authority_view& other) const noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_DECODE_VIEW_IPP
|
||||
#define BOOST_URL_IMPL_DECODE_VIEW_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/decode_view.hpp>
|
||||
@@ -232,4 +230,3 @@ rfind( char ch ) const noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_ANY_PARAMS_ITER_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_ANY_PARAMS_ITER_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/detail/any_params_iter.hpp>
|
||||
@@ -506,4 +504,3 @@ copy(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_ANY_SEGMENTS_ITER_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_ANY_SEGMENTS_ITER_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "../rfc/detail/charsets.hpp"
|
||||
@@ -229,4 +227,3 @@ copy_impl(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_DECODE_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_DECODE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "decode.hpp"
|
||||
@@ -138,4 +136,3 @@ decode_unsafe(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_EXCEPT_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_EXCEPT_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/detail/except.hpp>
|
||||
@@ -56,4 +54,3 @@ throw_length_error(
|
||||
} // url
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_FORMAT_ARGS_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_FORMAT_ARGS_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/encode.hpp>
|
||||
@@ -648,4 +646,3 @@ grammar::lut_chars const& cs) const
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_NORMALIZE_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_NORMALIZE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/decode_view.hpp>
|
||||
@@ -906,4 +904,4 @@ segments_compare(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_PARAMS_ITER_IMPL_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_PARAMS_ITER_IMPL_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/detail/params_iter_impl.hpp>
|
||||
@@ -243,4 +241,3 @@ key() const noexcept
|
||||
} // url
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_PATTERN_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_PATTERN_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "pattern.hpp"
|
||||
@@ -947,4 +945,3 @@ parse_pattern(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_PCT_FORMAT_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_PCT_FORMAT_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "pct_format.hpp"
|
||||
@@ -215,4 +213,3 @@ pct_vformat(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_REPLACEMENT_FIELD_RULE_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_REPLACEMENT_FIELD_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "boost/url/detail/replacement_field_rule.hpp"
|
||||
@@ -135,4 +133,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_SEGMENTS_ITER_IMPL_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_SEGMENTS_ITER_IMPL_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "path.hpp"
|
||||
@@ -172,4 +170,3 @@ decrement() noexcept
|
||||
} // url
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_URL_IMPL_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_URL_IMPL_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "path.hpp"
|
||||
@@ -530,4 +528,3 @@ nparam() const noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_VFORMAT_IPP
|
||||
#define BOOST_URL_DETAIL_VFORMAT_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/detail/vformat.hpp>
|
||||
@@ -33,4 +31,3 @@ vformat_to(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_ENCONDING_OPTS_IPP
|
||||
#define BOOST_URL_IMPL_ENCONDING_OPTS_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/encoding_opts.hpp>
|
||||
@@ -29,4 +27,3 @@ encoding_opts(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_ERROR_IPP
|
||||
#define BOOST_URL_IMPL_ERROR_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/error.hpp>
|
||||
@@ -94,4 +92,3 @@ error_cat_type error_cat;
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_GRAMMAR_IMPL_CI_STRING_IPP
|
||||
#define BOOST_URL_GRAMMAR_IMPL_CI_STRING_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/grammar/ci_string.hpp>
|
||||
@@ -152,4 +150,3 @@ ci_digest(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_GRAMMAR_DEC_OCTET_RULE_IPP
|
||||
#define BOOST_URL_IMPL_GRAMMAR_DEC_OCTET_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/grammar/charset.hpp>
|
||||
@@ -91,4 +89,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_GRAMMAR_IMPL_DELIM_RULE_IPP
|
||||
#define BOOST_URL_GRAMMAR_IMPL_DELIM_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/detail/config.hpp>
|
||||
@@ -45,4 +43,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_GRAMMAR_IMPL_ERROR_IPP
|
||||
#define BOOST_URL_GRAMMAR_IMPL_ERROR_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/grammar/error.hpp>
|
||||
@@ -119,4 +117,3 @@ condition_cat_type condition_cat;
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_GRAMMAR_IMPL_LITERAL_RULE_IPP
|
||||
#define BOOST_URL_GRAMMAR_IMPL_LITERAL_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/grammar/error.hpp>
|
||||
@@ -68,4 +66,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_STRING_VIEW_BASE_IPP
|
||||
#define BOOST_URL_IMPL_STRING_VIEW_BASE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/grammar/string_view_base.hpp>
|
||||
@@ -30,5 +28,4 @@ operator<<(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_IPV4_ADDRESS_IPP
|
||||
#define BOOST_URL_IMPL_IPV4_ADDRESS_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/ipv4_address.hpp>
|
||||
@@ -166,4 +164,3 @@ parse_ipv4_address(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_IPV6_ADDRESS_IPP
|
||||
#define BOOST_URL_IMPL_IPV6_ADDRESS_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/ipv6_address.hpp>
|
||||
@@ -251,4 +249,3 @@ parse_ipv6_address(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PARAMS_BASE_IPP
|
||||
#define BOOST_URL_IMPL_PARAMS_BASE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/decode_view.hpp>
|
||||
@@ -285,4 +283,3 @@ operator<<(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PARAMS_ENCODED_BASE_IPP
|
||||
#define BOOST_URL_IMPL_PARAMS_ENCODED_BASE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/decode_view.hpp>
|
||||
@@ -192,4 +190,3 @@ operator<<(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PARAMS_ENCODED_REF_IPP
|
||||
#define BOOST_URL_IMPL_PARAMS_ENCODED_REF_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/decode_view.hpp>
|
||||
@@ -314,4 +312,3 @@ find_last_impl(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/CPPAlliance/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PARAMS_ENCODED_VIEW_IPP
|
||||
#define BOOST_URL_IMPL_PARAMS_ENCODED_VIEW_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/params_encoded_view.hpp>
|
||||
@@ -44,4 +42,3 @@ params_view() const noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PARAMS_REF_IPP
|
||||
#define BOOST_URL_IMPL_PARAMS_REF_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/decode_view.hpp>
|
||||
@@ -307,4 +305,3 @@ find_last_impl(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/CPPAlliance/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PARAMS_VIEW_IPP
|
||||
#define BOOST_URL_IMPL_PARAMS_VIEW_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/params_view.hpp>
|
||||
@@ -60,4 +58,3 @@ params_view(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PARSE_IPP
|
||||
#define BOOST_URL_IMPL_PARSE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/parse.hpp>
|
||||
@@ -65,4 +63,3 @@ parse_uri_reference(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PARSE_PATH_IPP
|
||||
#define BOOST_URL_IMPL_PARSE_PATH_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/parse_path.hpp>
|
||||
@@ -60,4 +58,3 @@ parse_path(core::string_view s) noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/CPPAlliance/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PARSE_QUERY_IPP
|
||||
#define BOOST_URL_IMPL_PARSE_QUERY_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/parse_query.hpp>
|
||||
@@ -43,4 +41,3 @@ parse_query(core::string_view s) noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PCT_STRING_VIEW_IPP
|
||||
#define BOOST_URL_IMPL_PCT_STRING_VIEW_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/error.hpp>
|
||||
@@ -93,5 +91,4 @@ make_pct_string_view(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_IMPL_ABSOLUTE_URI_RULE_IPP
|
||||
#define BOOST_URL_RFC_IMPL_ABSOLUTE_URI_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/absolute_uri_rule.hpp>
|
||||
@@ -83,4 +81,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_IMPL_AUTHORITY_RULE_IPP
|
||||
#define BOOST_URL_RFC_IMPL_AUTHORITY_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/authority_rule.hpp>
|
||||
@@ -83,4 +81,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_DETAIL_IMPL_H16_RULE_HPP
|
||||
#define BOOST_URL_RFC_DETAIL_IMPL_H16_RULE_HPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "h16_rule.hpp"
|
||||
#include <boost/url/grammar/charset.hpp>
|
||||
@@ -84,4 +81,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_DETAIL_IMPL_HIER_PART_RULE_IPP
|
||||
#define BOOST_URL_RFC_DETAIL_IMPL_HIER_PART_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "hier_part_rule.hpp"
|
||||
@@ -116,4 +114,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_DETAIL_IMPL_HOST_RULE_IPP
|
||||
#define BOOST_URL_RFC_DETAIL_IMPL_HOST_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/ipv4_address_rule.hpp>
|
||||
@@ -131,4 +129,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_IP_LITERAL_RULE_IPP
|
||||
#define BOOST_URL_IMPL_IP_LITERAL_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/ipv6_address_rule.hpp>
|
||||
@@ -97,4 +95,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_DETAIL_IMPL_IPV6_ADDRZ_RULE_IPP
|
||||
#define BOOST_URL_RFC_DETAIL_IMPL_IPV6_ADDRZ_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/grammar/parse.hpp>
|
||||
@@ -71,4 +69,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_DETAIL_IMPL_IPVFUTURE_RULE_IPP
|
||||
#define BOOST_URL_DETAIL_IMPL_IPVFUTURE_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "ipvfuture_rule.hpp"
|
||||
@@ -72,4 +70,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_PORT_RULE_IPP
|
||||
#define BOOST_URL_IMPL_PORT_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "port_rule.hpp"
|
||||
@@ -104,4 +102,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_DETAIL_IMPL_RELATIVE_PART_RULE_IPP
|
||||
#define BOOST_URL_RFC_DETAIL_IMPL_RELATIVE_PART_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "relative_part_rule.hpp"
|
||||
@@ -126,4 +124,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_SCHEME_RULE_IPP
|
||||
#define BOOST_URL_IMPL_SCHEME_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "scheme_rule.hpp"
|
||||
@@ -63,4 +61,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_DETAIL_IMPL_USERINFO_RULE_IPP
|
||||
#define BOOST_URL_RFC_DETAIL_IMPL_USERINFO_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include "userinfo_rule.hpp"
|
||||
@@ -72,4 +70,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_IMPL_IPV4_ADDRESS_RULE_IPP
|
||||
#define BOOST_URL_RFC_IMPL_IPV4_ADDRESS_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/ipv4_address_rule.hpp>
|
||||
@@ -48,4 +46,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_IMPL_IPV6_ADDRESS_RULE_IPP
|
||||
#define BOOST_URL_RFC_IMPL_IPV6_ADDRESS_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/ipv6_address_rule.hpp>
|
||||
@@ -228,4 +226,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_IMPL_ORIGIN_FORM_RULE_IPP
|
||||
#define BOOST_URL_RFC_IMPL_ORIGIN_FORM_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/origin_form_rule.hpp>
|
||||
@@ -69,4 +67,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_IMPL_QUERY_RULE_IPP
|
||||
#define BOOST_URL_RFC_IMPL_QUERY_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/query_rule.hpp>
|
||||
@@ -83,4 +81,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_IMPL_RELATIVE_REF_RULE_IPP
|
||||
#define BOOST_URL_RFC_IMPL_RELATIVE_REF_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/relative_ref_rule.hpp>
|
||||
@@ -80,4 +78,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_IMPL_URI_REFERENCE_RULE_IPP
|
||||
#define BOOST_URL_RFC_IMPL_URI_REFERENCE_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/uri_reference_rule.hpp>
|
||||
@@ -49,4 +47,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_RFC_IMPL_URI_RULE_IPP
|
||||
#define BOOST_URL_RFC_IMPL_URI_RULE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/rfc/uri_rule.hpp>
|
||||
@@ -95,4 +93,3 @@ parse(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_SCHEME_IPP
|
||||
#define BOOST_URL_IMPL_SCHEME_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/scheme.hpp>
|
||||
@@ -130,4 +128,3 @@ default_port(scheme s) noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_SEGMENTS_BASE_IPP
|
||||
#define BOOST_URL_IMPL_SEGMENTS_BASE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/segments_base.hpp>
|
||||
@@ -117,4 +115,3 @@ operator<<(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_SEGMENTS_ENCODED_BASE_IPP
|
||||
#define BOOST_URL_IMPL_SEGMENTS_ENCODED_BASE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/segments_encoded_base.hpp>
|
||||
@@ -113,4 +111,3 @@ operator<<(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_SEGMENTS_ENCODED_REF_IPP
|
||||
#define BOOST_URL_IMPL_SEGMENTS_ENCODED_REF_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/segments_encoded_ref.hpp>
|
||||
@@ -172,4 +170,3 @@ replace(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_SEGMENTS_ENCODED_VIEW_IPP
|
||||
#define BOOST_URL_IMPL_SEGMENTS_ENCODED_VIEW_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/segments_encoded_view.hpp>
|
||||
@@ -44,4 +42,3 @@ segments_view() const noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_SEGMENTS_REF_IPP
|
||||
#define BOOST_URL_IMPL_SEGMENTS_REF_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/segments_ref.hpp>
|
||||
@@ -171,4 +169,3 @@ replace(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_SEGMENTS_VIEW_IPP
|
||||
#define BOOST_URL_IMPL_SEGMENTS_VIEW_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/segments_view.hpp>
|
||||
@@ -37,4 +35,3 @@ segments_view(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_STATIC_URL_IPP
|
||||
#define BOOST_URL_IMPL_STATIC_URL_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/parse.hpp>
|
||||
@@ -73,4 +71,3 @@ cleanup(op_t&)
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_URL_IPP
|
||||
#define BOOST_URL_IMPL_URL_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/url.hpp>
|
||||
@@ -170,4 +168,3 @@ swap(url& other) noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_URL_BASE_IPP
|
||||
#define BOOST_URL_IMPL_URL_BASE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/url_base.hpp>
|
||||
@@ -2843,4 +2841,3 @@ to_lower_impl(int id) noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_URL_VIEW_IPP
|
||||
#define BOOST_URL_IMPL_URL_VIEW_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/url_view.hpp>
|
||||
@@ -81,4 +79,3 @@ operator=(
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// Official repository: https://github.com/boostorg/url
|
||||
//
|
||||
|
||||
#ifndef BOOST_URL_IMPL_URL_VIEW_BASE_IPP
|
||||
#define BOOST_URL_IMPL_URL_VIEW_BASE_IPP
|
||||
|
||||
#include <boost/url/detail/config.hpp>
|
||||
#include <boost/url/url_view_base.hpp>
|
||||
@@ -731,4 +729,3 @@ compare(const url_view_base& other) const noexcept
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user