Plugins:GenericHttpMethod: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(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 =  

Revision as of 15:21, 19 August 2009

Status

Under Consideration

Problem Summary

  1. 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