Class Method
Enum representing the available HTTP methods.
Inheritance
System.Object
    Method
  Namespace: EasyPost.Http
Assembly: EasyPost.dll
Syntax
public class Method : object
  Fields
| Improve this Doc View SourceDelete
HTTP DELETE method.
Declaration
public static readonly Method Delete
  Field Value
| Type | Description | 
|---|---|
| Method | 
Get
HTTP GET method.
Declaration
public static readonly Method Get
  Field Value
| Type | Description | 
|---|---|
| Method | 
Patch
HTTP PATCH method.
Declaration
public static readonly Method Patch
  Field Value
| Type | Description | 
|---|---|
| Method | 
Post
HTTP POST method.
Declaration
public static readonly Method Post
  Field Value
| Type | Description | 
|---|---|
| Method | 
Put
HTTP PUT method.
Declaration
public static readonly Method Put
  Field Value
| Type | Description | 
|---|---|
| Method |