Share via


Enum "Http Method"

ID 2350
Namespace: System.RestClient

This enum contains the REST Http Methods.

Properties

Name Value
Extensible True

Values

Name Description
GET

Specifies that the Http method is GET.

POST

Specifies that the Http method is POST.

PATCH

Specifies that the Http method is PATCH.

PUT

Specifies that the Http method is PUT.

DELETE

Specifies that the Http method is DELETE.

HEAD

Specifies that the Http method is HEAD.

OPTIONS

Specifies that the Http method is OPTIONS.

See also