Ada 2.9.2
Fast spec-compliant URL parser
|
Definitions for the URL serializers. More...
Go to the source code of this file.
Namespaces | |
namespace | ada::serializers |
Includes the definitions for URL serializers. | |
namespace | ada |
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 |
Definitions for the URL serializers.
Definition in file serializers.h.