sanic/sanic/constants.py

2 lines
76 B
Python
Raw Normal View History

2017-01-28 04:15:34 +00:00
HTTP_METHODS = ('GET', 'POST', 'PUT', 'HEAD', 'OPTIONS', 'PATCH', 'DELETE')