Skip to main content
namespace ML.SDK
Enum

HttpMethod

namespace ML.SDK 
{
enum HttpMethod
}

Fields

FieldDescription
GETThe GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
HEADThe HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
POSTThe POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
PUTThe PUT method requests that the enclosed entity be stored under the supplied Request-URI. If the Request-URI refers to an already existing resource, the enclosed entity SHOULD be considered as a modified version of the one residing on the origin server.
DELETEThe DELETE method requests that the origin server delete the resource identified by the Request-URI.
CONNECTThe CONNECT method requests that the recipient establish a tunnel to the destination origin server identified by the request target and, if successful, thereafter restrict its behavior to blind forwarding of data, in both directions, until the tunnel is closed.
OPTIONSThe OPTIONS method requests information about the communication options available for the target resource, at either the origin server or an intervening intermediary.
TRACEThe TRACE method requests a remote, application-level loop-back of the request message.
PATCHThe PATCH method applies partial modifications to a resource.