Expand description
Macros for the Catalyzer framework.
Macros§
Attribute Macros§
- delete
- A route handler for the
DELETE
method. - get
- A route handler for the
GET
method. - head
- A route handler for the
HEAD
method. - main
- Marks a function as the main entry point for the application.
- options
- A route handler for the
OPTIONS
method. - patch
- A route handler for the
PATCH
method. - post
- A route handler for the
POST
method. - put
- A route handler for the
PUT
method. - trace
- A route handler for the
TRACE
method.