Enum HttpMethod
- Namespace
- AngleSharp.Io
- Assembly
- AngleSharp.dll
Represents the usable methods for transmitting HTTP forms.
public enum HttpMethod : byte
- Extension Methods
Fields
Connect = 7
The CONNECT method.
Delete = 3
The DELETE method.
Get = 0
The GET method.
Head = 5
The HEAD method.
Options = 4
The OPTIONS method.
Post = 1
The POST method.
Put = 2
The PUT method.
Trace = 6
The TRACE method.