Ada 3.1.0
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
state.h
Go to the documentation of this file.
1
5#ifndef ADA_STATE_H
6#define ADA_STATE_H
7
8#include "ada/common_defs.h"
9
10#include <string>
11
12namespace ada {
13
118
123
124} // namespace ada
125
126#endif // ADA_STATE_H
Common definitions for cross-platform compiler support.
#define ada_warn_unused
Definition common_defs.h:85
Definition ada_idna.h:13
ada_warn_unused std::string to_string(encoding_type type)
state
Definition state.h:17
@ SPECIAL_RELATIVE_OR_AUTHORITY
Definition state.h:91
@ FILE_SLASH
Definition state.h:71
@ SCHEME
Definition state.h:31
@ QUERY
Definition state.h:96
@ SPECIAL_AUTHORITY_SLASHES
Definition state.h:86
@ FRAGMENT
Definition state.h:46
@ FILE_HOST
Definition state.h:66
@ OPAQUE_PATH
Definition state.h:111
@ RELATIVE_SLASH
Definition state.h:56
@ NO_SCHEME
Definition state.h:41
@ PATH_START
Definition state.h:106
@ RELATIVE_SCHEME
Definition state.h:51
@ SPECIAL_AUTHORITY_IGNORE_SLASHES
Definition state.h:81
@ SCHEME_START
Definition state.h:26
@ AUTHORITY
Definition state.h:21
@ PATH_OR_AUTHORITY
Definition state.h:76