5#ifndef ADA_URL_BASE_INL_H
6#define ADA_URL_BASE_INL_H
18#if ADA_REGULAR_VISUAL_STUDIO
29[[nodiscard]]
inline uint16_t url_base::get_special_port() const noexcept {
34url_base::scheme_default_port() const noexcept {
Declarations for URL specific checkers used within Ada.
#define ada_really_inline
constexpr uint16_t get_special_port(std::string_view scheme) noexcept
Definitions for the URL scheme.
Declarations for the URL scheme.
ada_really_inline constexpr bool is_special() const noexcept
Declaration for the basic URL definitions.
Declaration for the URL Components.