Ada 2.7.8
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
ada.h
Go to the documentation of this file.
1
5#ifndef ADA_H
6#define ADA_H
7
8#include "ada/ada_idna.h"
10#include "ada/checkers-inl.h"
11#include "ada/common_defs.h"
12#include "ada/log.h"
13#include "ada/encoding_type.h"
14#include "ada/helpers.h"
15#include "ada/parser.h"
16#include "ada/scheme-inl.h"
17#include "ada/serializers.h"
18#include "ada/state.h"
19#include "ada/unicode.h"
20#include "ada/url_base.h"
21#include "ada/url_base-inl.h"
22#include "ada/url-inl.h"
23#include "ada/url_components.h"
24#include "ada/url_aggregator.h"
28
29// Public API
30#include "ada/ada_version.h"
31#include "ada/implementation.h"
32
33#endif // ADA_H
Definitions for Ada's version number.
Definitions of the character sets used by unicode functions.
Definitions for URL specific checkers used within Ada.
Common definitions for cross-platform compiler support.
Definition for supported encoding types.
Definitions for helper functions used within Ada.
Definitions for user facing functions for parsing URL and it's components.
Definitions for the parser.
Definitions for the URL scheme.
Definitions for the URL serializers.
Definitions for the states of the URL state machine.
Definitions for all unicode specific functions.
Definitions for the URL.
Inline functions for url aggregator.
Declaration for the basic URL definitions.
Inline functions for url base.
Declaration for the basic URL definitions.
Declaration for the URL Components.
Inline declarations for the URL Search Params.
Declaration for the URL Search Params.