Class HttpConsts (1.50.0)

public static class HttpConsts : object

HTTP constants.

Inheritance

Object > HttpConsts

Namespace

Google.Apis.Http

Assembly

Google.Apis.Core.dll

Fields

Delete

public const string Delete = null

Http DELETE request

Field Value
TypeDescription
String

Get

public const string Get = null

Http GET request

Field Value
TypeDescription
String

Patch

public const string Patch = null

Http PATCH request

Field Value
TypeDescription
String

Post

public const string Post = null

Http POST request

Field Value
TypeDescription
String

Put

public const string Put = null

Http PUT request

Field Value
TypeDescription
String