diff options
Diffstat (limited to 'include/py/homekit/http/http.py')
-rw-r--r-- | include/py/homekit/http/http.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/py/homekit/http/http.py b/include/py/homekit/http/http.py index 82c5aae..8819c46 100644 --- a/include/py/homekit/http/http.py +++ b/include/py/homekit/http/http.py @@ -113,3 +113,4 @@ class HTTPServer: class HTTPMethod(Enum): GET = 'GET' POST = 'POST' + PUT = 'PUT' |