88
edits
(Start this page) |
|||
Line 4: | Line 4: | ||
= Problem Summary = | = Problem Summary = | ||
# The plugin API only supports GET and POST. It would be desirable to support other methods defined in [http://tools.ietf.org/html/rfc2616 RFC 2616], such as [http://tools.ietf.org/html/rfc2616#section-9.2 OPTIONS], [http://tools.ietf.org/html/rfc2616#section-9.7 DELETE], and [http://tools.ietf.org/html/rfc2616#section-9.6 PUT], and also extension methods such as [http://tools.ietf.org/html/rfc4918#section-9.1 PROPFIND] (WebDAV) or [http://tools.ietf.org/html/draft-dusseault-http-patch PATCH]. | |||
= Existing Discussions and Documentation = | = Existing Discussions and Documentation = |
edits