Module poem::route[][src]

Expand description

Route object and DSL

Structs

Routing object

HTTP methods routing object.

Functions

Set a handler to the CONNECT and returns RouteMethod.

Set a handler to the DELETE and returns RouteMethod.

Set a handler to the GET and returns endpoint RouteMethod.

Set a handler to the HEAD and returns RouteMethod.

Set a handler to the OPTIONS and returns RouteMethod.

Set a handler to the PATCH and returns RouteMethod.

Set a handler to the POST and returns endpoint RouteMethod.

Set a handler to the PUT and returns RouteMethod.

Create a new routing object.

Set a handler to the TRACE and returns RouteMethod.