-
-
Notifications
You must be signed in to change notification settings - Fork 490
Open
Labels
EnhancementThis is a new feature or requestThis is a new feature or request
Description
Summary
I'd like to use Litestar to implement a WebDAV server.
It's not possible to use the following HTTP methods:
PROPFIND, MKCOL, COPY, MOVE, LOCK, UNLOCK, and PROPPATCH.
The problem is in file litestar/handlers/http_handlers/_utils.py and more specially method normalize_http_method() which raises a ValidationException when passed one of these methods.
Basic Example
No response
Drawbacks and Impact
No response
Unresolved questions
No response
euri10
Metadata
Metadata
Assignees
Labels
EnhancementThis is a new feature or requestThis is a new feature or request