Class HttpConsts
HTTP constants.
Inherited Members
Namespace: Google.Apis.Http
Assembly: Google.Apis.Core.dll
Syntax
public static class HttpConsts
Fields
Delete
Http DELETE request
Declaration
public const string Delete = "DELETE"
Field Value
Type | Description |
---|---|
string |
Get
Http GET request
Declaration
public const string Get = "GET"
Field Value
Type | Description |
---|---|
string |
Patch
Http PATCH request
Declaration
public const string Patch = "PATCH"
Field Value
Type | Description |
---|---|
string |
Post
Http POST request
Declaration
public const string Post = "POST"
Field Value
Type | Description |
---|---|
string |
Put
Http PUT request
Declaration
public const string Put = "PUT"
Field Value
Type | Description |
---|---|
string |