AngleSharp by Florian Rappl

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

.NET API 521,216 bytes

 HttpMethod

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

The DELETE method.

GET = 1

The GET method.

POST = 0

The POST method.

PUT = 2

The PUT method.