Open main menu
Home
Random
Log in
Settings
About MozillaWiki
MozillaWiki
Search
Plugins:GenericHttpMethod
Language
Edit
Revision as of 15:21, 19 August 2009 by
Jreschke
(
talk
|
contribs
)
(
→Problem Summary
)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Contents
1
Status
2
Problem Summary
3
Existing Discussions and Documentation
4
API Requirements
5
Current Proposal
Status
Under Consideration
Problem Summary
The plugin API only supports GET and POST. It would be desirable to support other methods defined in
RFC 2616
, such as
OPTIONS
,
DELETE
, and
PUT
, and also extension methods such as
PROPFIND
(WebDAV) or
PATCH
.
Existing Discussions and Documentation
API Requirements
Current Proposal