|
|
|
|
|
by denton-scratch
1118 days ago
|
|
> Any good HTTP implementation will support any HTTP method. By "support", do you mean "will not crash on encountering an unexpected verb"? WEBDAV and CALDAV rely on a slew of new HTTP verbs; but IME only specialized servers actually support these verbs, in the sense of knowing what to do with them. There's an addon module for Apache that supports WEBDAV, but the logic to support CALDAV is insanely complicated, and nearly all implementations rely on a real database server. |
|
You are right, code is needed to 'do something' with the method, but webservers, clients, application frameworks and proxies typically don't need to change for someone to start handling (for example) PROPFIND requests.
The same is true for QUERY. In most (but not all) cases you can already start using it today.