|
Ada 3.2.2
Fast spec-compliant URL parser
|
#include <array>#include <charconv>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | ada |
| namespace | ada::serializers |
| Includes the definitions for URL serializers. | |
Functions | |
| void | ada::serializers::find_longest_sequence_of_ipv6_pieces (const std::array< uint16_t, 8 > &address, size_t &compress, size_t &compress_length) noexcept |
| std::string | ada::serializers::ipv6 (const std::array< uint16_t, 8 > &address) noexcept |
| std::string | ada::serializers::ipv4 (uint64_t address) noexcept |