Maru v0.12.0 Maru.Builder.Route View Source

Generate routes of maru router.

Link to this section Summary

Functions

Generate general route defined by user within method block

Generate MethodNotAllowed route for all path without match method

Link to this section Functions

Link to this function dispatch(route, env, adapter) View Source

Generate general route defined by user within method block.

Link to this function dispatch_405(version, path, mount_link, adapter) View Source

Generate MethodNotAllowed route for all path without match method.