AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2" />

 HttpMethod

public enum HttpMethod
Represents the usable methods for transmitting HTTP forms.
Connect = 7

The CONNECT method.

Delete = 3

The DELETE method.

Get = 0

The GET method.

Head = 5

The HEAD method.

Options = 4

The OPTIONS method.

Post = 1

The POST method.

Put = 2

The PUT method.

Trace = 6

The TRACE method.