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