| 1 |
|
|
1 |
|
|
| 2 |
|
// Copyright (c) 2021 Vinnie Falco (vinnie.falco@gmail.com)
|
2 |
|
// Copyright (c) 2021 Vinnie Falco (vinnie.falco@gmail.com)
|
| 3 |
|
|
3 |
|
|
| 4 |
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
4 |
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
| 5 |
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
5 |
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
| 6 |
|
|
6 |
|
|
| 7 |
|
// Official repository: https://github.com/cppalliance/http
|
7 |
|
// Official repository: https://github.com/cppalliance/http
|
| 8 |
|
|
8 |
|
|
| 9 |
|
|
9 |
|
|
| 10 |
|
#include <boost/http/rfc/parameter.hpp>
|
10 |
|
#include <boost/http/rfc/parameter.hpp>
|
| 11 |
|
#include <boost/url/grammar/parse.hpp>
|
11 |
|
#include <boost/url/grammar/parse.hpp>
|
| 12 |
|
|
12 |
|
|
| 13 |
|
|
13 |
|
|
| 14 |
|
|
14 |
|
|
| 15 |
|
namespace implementation_defined {
|
15 |
|
namespace implementation_defined {
|
| 16 |
|
|
16 |
|
|
| 17 |
|
|
17 |
|
|
| 18 |
|
|
18 |
|
|
| 19 |
|
|
19 |
|
|
| 20 |
|
char const* end) const noexcept ->
|
20 |
|
char const* end) const noexcept ->
|
| 21 |
|
system::result<value_type>
|
21 |
|
system::result<value_type>
|
| 22 |
|
|
22 |
|
|
| 23 |
|
|
23 |
|
|
| 24 |
|
|
24 |
|
|
| 25 |
|
return system::error_code{};
|
25 |
|
return system::error_code{};
|
| 26 |
|
|
26 |
|
|
| 27 |
|
} // implementation_defined
|
27 |
|
} // implementation_defined
|
| 28 |
|
|
28 |
|
|
| 29 |
|
|
29 |
|
|