Enum HttpMethod
Enum with HTTP methods.
Namespace: MercadoPago.Http
Assembly: MercadoPago.dll
Syntax
public enum HttpMethod
Fields
Name | Description |
---|---|
DELETE | HTTP DELETE method |
GET | HTTP GET method |
POST | HTTP POST method |
PUT | HTTP PUT method |