enum GLib::UriFlags

Defined in:

lib/gi-crystal/src/auto/g_lib-2.0/g_lib.cr

Enum Members

ParseRelaxed = 1_u32
HasPassword = 2_u32
HasAuthParams = 4_u32
Encoded = 8_u32
NonDns = 16_u32
EncodedQuery = 32_u32
EncodedPath = 64_u32
EncodedFragment = 128_u32
SchemeNormalize = 256_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def encoded? #

def encoded_fragment? #

def encoded_path? #

def encoded_query? #

def has_auth_params? #

def has_password? #

def non_dns? #

def none? #

def parse_relaxed? #

def scheme_normalize? #