None
FI
Defining a new HTTP method: HTTP QUERY
[]
HTTP Toolkit
HTTP QUERY is a new HTTP method, for safe requests that include a request body. Just like GET requests they can be parameterized by URL and various headers, but they can also include a request body: the data that the server should process. A QUERY request is a request that's safe (does not change the target resource) that can include a body.