Module saphir::controller

source ·
Expand description

Modules for the controllers

Structs

An helper struct embedding a ControllerDispatch.
RequestGuard ensuring that a request has a body
Struct to delegate a request to a registered function matching booth a method and a path

Traits

Trait representing a controller
A trait to provide an other layer of validation before allowing a request into a controller