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