sanic/sanic/constants.py
2017-01-27 22:15:34 -06:00

2 lines
76 B
Python

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