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