Help Angular by taking a 1 minute survey!Go to surveyHome

RequestMethod

Supported http methods.

Deprecated: see https://angular.io/guide/http

      
      enum RequestMethod {
  Get
  Post
  Put
  Delete
  Options
  Head
  Patch
}
    

Members

Member Description
Get
Post
Put
Delete
Options
Head
Patch