Maru v0.12.0 Maru.Builder.Methods View Source

Method DSLs for parsing router.

Link to this section Summary

Functions

Handle delete method

Handle get method

Handle head method

Handle all method

Handle options method

Handle patch method

Handle post method

Handle put method

Link to this section Functions

Link to this macro delete(path \\ "", list) View Source (macro)

Handle delete method.

Link to this macro get(path \\ "", list) View Source (macro)

Handle get method.

Link to this macro head(path \\ "", list) View Source (macro)

Handle head method.

Link to this macro match(path \\ "", list) View Source (macro)

Handle all method.

Link to this macro options(path \\ "", list) View Source (macro)

Handle options method.

Link to this macro patch(path \\ "", list) View Source (macro)

Handle patch method.

Link to this macro post(path \\ "", list) View Source (macro)

Handle post method.

Link to this macro put(path \\ "", list) View Source (macro)

Handle put method.