AngleSharp by Florian Rappl

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

 HttpMethod

public enum HttpMethod
Represents the usable methods for transmitting HTTP forms.
Delete = 3

The DELETE method.

Get = 0

The GET method.

Post = 1

The POST method.

Put = 2

The PUT method.