Add additional http methods
This commit is contained in:
parent
0a0645518c
commit
3ec1bcaf9a
|
@ -7,7 +7,12 @@ module Typertext.Http {
|
|||
* TODO figure out the proper annotations for enums
|
||||
*/
|
||||
export enum HttpMethod {
|
||||
DELETE,
|
||||
GET,
|
||||
POST
|
||||
HEAD,
|
||||
OPTIONS,
|
||||
POST,
|
||||
PUT,
|
||||
TRACE
|
||||
}
|
||||
}
|
Reference in a new issue