AngleSharp by AngleSharp

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

 HttpMethod

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