OPTIONS: Reflect that we support MKCALENDAR but not MKCOL

This commit is contained in:
Lennart
2024-06-30 19:45:26 +02:00
parent 6f4bc4ba7b
commit ebf7f62c3b

View File

@@ -116,7 +116,7 @@ async fn options_handler() -> impl Responder {
HttpResponse::Ok()
.insert_header((
"Allow",
"OPTIONS, GET, HEAD, POST, PUT, REPORT, PROPFIND, PROPPATCH, MKCOL",
"OPTIONS, GET, HEAD, POST, PUT, REPORT, PROPFIND, PROPPATCH, MKCALENDAR",
))
.insert_header((
"DAV",