sanic/sanic/constants.py
2017-01-27 22:05:46 -06:00

1 line
75 B
Python

HTTP_METHODS = ('GET', 'POST', 'PUT', 'HEAD', 'OPTIONS', 'PATCH', 'DELETE')