HttpMethods Class
Centralizes HttpMethod members as strings.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["HttpMethods"] class Type type-node

Syntax

public static class HttpMethods

Remarks

Reference: “HTTP request methods” [https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods]

Fields

Name Field Type Constant Value Summary
Delete string DELETE
HTTP Method DELETE.
static
Get string GET
HTTP Method GET.
static
Head string HEAD
HTTP Method HEAD.
static
Options string OPTIONS
HTTP Method OPTIONS.
static
Post string POST
HTTP Method POST.
static
Put string PUT
HTTP Method PUT.
static
Trace string TRACE
HTTP Method TRACE.
static