AngleSharp by AngleSharp

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

 HttpMethod

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