AngleSharp by Florian Rappl

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

.NET API 451,072 bytes

 HttpMethod

public enum HttpMethod
Represents the usable methods for transmitting HTTP forms.
namespace AngleSharp.DOM.Html { public enum HttpMethod : ushort { POST, GET } }