[][src]Crate kayrx_macro

Macros with Kayrx

Attribute Macros

connect

Creates route handler with CONNECT method guard.

delete

Creates route handler with DELETE method guard.

get

Macro codegen module

head

Creates route handler with HEAD method guard.

main

Marks async function to be executed by kayrx-fiber system.

options

Creates route handler with OPTIONS method guard.

patch

Creates route handler with PATCH method guard.

post

Creates route handler with POST method guard.

put

Creates route handler with PUT method guard.

test

Marks async test function to be executed by kayrx-fiber runtime.

trace

Creates route handler with TRACE method guard.