Ada 3.4.0
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
encoding_type.h
Go to the documentation of this file.
1
9#ifndef ADA_ENCODING_TYPE_H
10#define ADA_ENCODING_TYPE_H
11
12#include "ada/common_defs.h"
13#include <string>
14
15namespace ada {
16
30
36ada_warn_unused std::string_view to_string(encoding_type type);
37
38} // namespace ada
39
40#endif // ADA_ENCODING_TYPE_H
Cross-platform compiler macros and common definitions.
#define ada_warn_unused
Definition common_defs.h:89
Definition ada_idna.h:13
encoding_type
Character encoding types for URL processing.
ada_warn_unused std::string_view to_string(encoding_type type)