Crate poem_derive[][src]

Expand description

Macros for poem

Attribute Macros

Wrap an asynchronous function as an Endpoint with poem::guard::connect.

Wrap an asynchronous function as an Endpoint with poem::guard::delete.

Wrap an asynchronous function as an Endpoint with poem::guard::get.

Wrap an asynchronous function as an Endpoint.

Wrap an asynchronous function as an Endpoint with poem::guard::head.

Wrap an asynchronous function as an Endpoint with poem::guard::options.

Wrap an asynchronous function as an Endpoint with poem::guard::patch.

Wrap an asynchronous function as an Endpoint with poem::guard::post.

Wrap an asynchronous function as an Endpoint with poem::guard::put.

Wrap an asynchronous function as an Endpoint with poem::guard::trace.