Class HttpConsts (1.69.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
Type
Description

Get

  public 
  
 const 
  
 string 
  
 Get 
  
 = 
  
 "GET" 
 

Http GET request

Field Value
Type
Description

Patch

  public 
  
 const 
  
 string 
  
 Patch 
  
 = 
  
 "PATCH" 
 

Http PATCH request

Field Value
Type
Description

Post

  public 
  
 const 
  
 string 
  
 Post 
  
 = 
  
 "POST" 
 

Http POST request

Field Value
Type
Description

Put

  public 
  
 const 
  
 string 
  
 Put 
  
 = 
  
 "PUT" 
 

Http PUT request

Field Value
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: