RequestMethod
enum
deprecated
npm Package | @angular/http |
---|---|
Module | import { RequestMethod } from '@angular/http'; |
Source | http/src/enums.ts |
Deprecation Notes
use @angular/common/http instead
Overview
enum RequestMethod { Get Post Put Delete Options Head Patch }
Members
Get
Post
Put
Delete
Options
Head
Patch
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/http/RequestMethod