Respresents a Rest error response
Determines the naming convention of an identifier.
Speficies how D fields are mapped to form field names
Adjusts the naming convention for a given function name to the specified style.
Declare that a parameter will be transmitted to the API through the body.
Attribute to define the content type for methods.
Determines the HTTP method and path for a given function symbol.
Declare that a parameter will be transmitted to the API through the headers.
Attribute to force a specific HTTP method for an interface method.
Attibute to force a specific URL path.
Declare that a parameter will be transmitted to the API through the query string.
Convenience alias to generate a name from the interface's name.
private
private
private
Private struct describing the origin of a parameter (Query, Header, Body).
private
Contains common functionality for the REST and WEB interface generators.