Class HttpConsts (1.55.0)

public static class HttpConsts

HTTP constants.

Inheritance

Object > HttpConsts

Namespace

Google.Apis.Http

Assembly

Google.Apis.Core.dll

Fields

Delete

public const string Delete = "DELETE"

Http DELETE request

Field Value
TypeDescription
String

Get

public const string Get = "GET"

Http GET request

Field Value
TypeDescription
String

Patch

public const string Patch = "PATCH"

Http PATCH request

Field Value
TypeDescription
String

Post

public const string Post = "POST"

Http POST request

Field Value
TypeDescription
String

Put

public const string Put = "PUT"

Http PUT request

Field Value
TypeDescription
String