[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eHttpConsts\u003c/code\u003e class within the \u003ccode\u003eGoogle.Apis.Http\u003c/code\u003e namespace, which is part of the Google.Apis.Core.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHttpConsts\u003c/code\u003e class provides constant string values for common HTTP request methods, such as DELETE, GET, PATCH, POST, and PUT.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eHttpConsts\u003c/code\u003e is 1.69.0, with previous versions like 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0 also accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHttpConsts\u003c/code\u003e class inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class, including methods like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Class HttpConsts (1.69.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.69.0 (latest)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Http.HttpConsts)\n- [1.68.0](/dotnet/docs/reference/Google.Apis/1.68.0/Google.Apis.Http.HttpConsts)\n- [1.60.0](/dotnet/docs/reference/Google.Apis/1.60.0/Google.Apis.Http.HttpConsts)\n- [1.59.0](/dotnet/docs/reference/Google.Apis/1.59.0/Google.Apis.Http.HttpConsts)\n- [1.55.0](/dotnet/docs/reference/Google.Apis/1.55.0/Google.Apis.Http.HttpConsts)\n- [1.50.0](/dotnet/docs/reference/Google.Apis/1.50.0/Google.Apis.Http.HttpConsts) \n\n public static class HttpConsts\n\nHTTP constants. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e HttpConsts \n\nInherited Members\n-----------------\n\n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)) \n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Apis.Http](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Http)\n\nAssembly\n--------\n\nGoogle.Apis.Core.dll\n\nFields\n------\n\n### Delete\n\n public const string Delete = \"DELETE\"\n\nHttp DELETE request\n\n### Get\n\n public const string Get = \"GET\"\n\nHttp GET request\n\n### Patch\n\n public const string Patch = \"PATCH\"\n\nHttp PATCH request\n\n### Post\n\n public const string Post = \"POST\"\n\nHttp POST request\n\n### Put\n\n public const string Put = \"PUT\"\n\nHttp PUT request"]]