enum Bigbrother::Check::Http::Method

Defined in:

bigbrother/check/http.cr

Enum Members

GET = 0
POST = 1
PUT = 2
HEAD = 3
DELETE = 4
PATCH = 5

Instance Method Summary

Instance Method Detail

def delete? #

[View source]
def get? #

[View source]
def head? #

[View source]
def patch? #

[View source]
def post? #

[View source]
def put? #

[View source]