AngleSharp by Florian Rappl

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

 HttpMethod

public enum HttpMethod
Represents the usable methods for transmitting HTTP forms.
namespace AngleSharp.Network { public enum HttpMethod : ushort { Get, Post, Put, Delete } }