public static class HttpConsts : objectHTTP constants.
Namespace
Google.Apis.HttpAssembly
Google.Apis.Core.dll
Fields
Delete
public const string Delete = nullHttp DELETE request
| Field Value | |
|---|---|
| Type | Description |
String |
|
Get
public const string Get = nullHttp GET request
| Field Value | |
|---|---|
| Type | Description |
String |
|
Patch
public const string Patch = nullHttp PATCH request
| Field Value | |
|---|---|
| Type | Description |
String |
|
Post
public const string Post = nullHttp POST request
| Field Value | |
|---|---|
| Type | Description |
String |
|
Put
public const string Put = nullHttp PUT request
| Field Value | |
|---|---|
| Type | Description |
String |
|