Ambition.HttpMethod – ambition Reference Manual
Packages
ambition
Ambition
HttpMethod
ALL
CONNECT
DELETE
GET
HEAD
NONE
OPTIONS
POST
PUT
TRACE
from_string
to_string
HttpMethod
Description:
public
enum
HttpMethod
Represents an HTTP method.
Namespace:
Ambition
Package:
ambition
Content:
Enum values:
NONE
-
CONNECT
-
DELETE
-
GET
-
HEAD
-
OPTIONS
-
POST
-
PUT
-
TRACE
-
ALL
-
Static methods:
public
static
HttpMethod
from_string
(
string
method)
Return an HttpMethod by name.
Methods:
public
string
to_string
()
Return this HttpMethod string