diff --git a/lib/Typertext/Http/HttpMethod.ts b/lib/Typertext/Http/HttpMethod.ts index 428c96d..4221c37 100644 --- a/lib/Typertext/Http/HttpMethod.ts +++ b/lib/Typertext/Http/HttpMethod.ts @@ -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 } } \ No newline at end of file