Maru v0.10.3 Maru.Builder.Methods

Method DSLs for parsing router.

Summary

Macros

Handle delete method

Handle get method

Handle head method

Handle all method

Handle options method

Handle patch method

Handle post method

Handle put method

Macros

delete(path \\ "", list)

Handle delete method.

get(path \\ "", list)

Handle get method.

head(path \\ "", list)

Handle head method.

match(path \\ "", list)

Handle all method.

options(path \\ "", list)

Handle options method.

patch(path \\ "", list)

Handle patch method.

post(path \\ "", list)

Handle post method.

put(path \\ "", list)

Handle put method.