Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HttpMethod

The method used by an HTTP request.

Index

Enumeration members

Enumeration members

Delete

Delete: = 6
Indicates a DELETE request.
field

Delete

type

{fm.icelink.HttpMethod}

Get

Get: = 1
Indicates a GET request.
field

Get

type

{fm.icelink.HttpMethod}

Head

Head: = 2
Indicates a HEAD request.
field

Head

type

{fm.icelink.HttpMethod}

Patch

Patch: = 5
Indicates a PATCH request.
field

Patch

type

{fm.icelink.HttpMethod}

Post

Post: = 3
Indicates a POST request.
field

Post

type

{fm.icelink.HttpMethod}

Put

Put: = 4
Indicates a PUT request.
field

Put

type

{fm.icelink.HttpMethod}