Show / Hide Table of Contents

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 Source

Delete

HTTP DELETE method.

Declaration
public static readonly Method Delete
Field Value
Type Description
Method
| Improve this Doc View Source

Get

HTTP GET method.

Declaration
public static readonly Method Get
Field Value
Type Description
Method
| Improve this Doc View Source

Patch

HTTP PATCH method.

Declaration
public static readonly Method Patch
Field Value
Type Description
Method
| Improve this Doc View Source

Post

HTTP POST method.

Declaration
public static readonly Method Post
Field Value
Type Description
Method
| Improve this Doc View Source

Put

HTTP PUT method.

Declaration
public static readonly Method Put
Field Value
Type Description
Method
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX