Class HttpConsts (1.60.0)

public static class HttpConsts

HTTP constants.

Inheritance

object > HttpConsts

Namespace

GoogleApisHttp

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