ada.c.wrapper

Undocumented in source.

Members

Functions

str_convert
string str_convert(T str)

Converts an Ada string type (ada_string or ada_owned_string) to a D string.

Structs

AdaUrl
struct AdaUrl

A struct representing a parsed URL, providing methods to access and manipulate URL components. Wraps the functionality of the Ada URL parsing library.

ParseOptions
struct ParseOptions

A struct for parsing URLs with optional base URL support.

SearchParams
struct SearchParams

A struct for managing URL search (query) parameters.

Strings
struct Strings

A struct for managing a collection of strings, typically used for multiple values of a query parameter.

Meta