Ada 2.7.8
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
serializers.cpp File Reference
#include "ada.h"
#include <array>
#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