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.
namespace AngleSharp.DOM.Html { public enum HttpMethod : ushort { POST, GET, PUT, DELETE } }