The QUERY method is used to initiate a server-side query. Unlike the HTTP GET method, which requests that a server return a representation of the resource identified by the target URI, the QUERY method is used to ask the server to perform a query operation (described by the request payload) over some set of data scoped to the effective request URI. The payload returned in response to a QUERY cannot be assumed to be a representation of the resource identified by the effective request URI. (Internet Draft ietf-httpbis-safe-method-w-body: The HTTP QUERY Method)



JSON

Return to list of all ( HTTP Request Methods | Web Concepts )