enum Template::Method

Defined in:

template/method.cr

Enum Members

Get = 0
Post = 1
Put = 2
Patch = 3
Delete = 4

Instance Method Summary

Instance Method Detail

def delete? #

[View source]
def get? #

[View source]
def html_attr_key #

[View source]
def html_attr_value(io) #

[View source]
def patch? #

[View source]
def post? #

[View source]
def put? #

[View source]
def to_s(io) #

[View source]