RequestMethod

From Get docs
< @angular/httpAngular/docs/7/api/http/requestmethod


RequestMethod

enum deprecated

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


© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/http/RequestMethod