[Gestalt-users] HTTP PUT or POST?
Status: Alpha
Brought to you by:
colin-adams
From: Colin A. <col...@go...> - 2008-01-15 13:09:01
|
Currently, writing an xsl:result-document to an http: destination is invoking POST. I think this should probably be using PUT. I propose changing POST to PUT, but adding an extension attribute, gexslt:http-method, which can take values of 'PUT' or 'POST'. And an extension function to receive POST response data from an http URI for which an xsl:result-document has been written during the transformation using the POST method. Comments please. |