sanic/sanic/constants.py
2018-10-13 17:55:33 -07:00

2 lines
76 B
Python

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