diff options
Diffstat (limited to 'shared/models/http/http-methods.ts')
-rw-r--r-- | shared/models/http/http-methods.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/http/http-methods.ts b/shared/models/http/http-methods.ts index 1cfa458b9..3f4adafe2 100644 --- a/shared/models/http/http-methods.ts +++ b/shared/models/http/http-methods.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | /** HTTP request method to indicate the desired action to be performed for a given resource. */ | 1 | /** HTTP request method to indicate the desired action to be performed for a given resource. */ |
2 | export enum HttpMethod { | 2 | export const enum HttpMethod { |
3 | /** The CONNECT method establishes a tunnel to the server identified by the target resource. */ | 3 | /** The CONNECT method establishes a tunnel to the server identified by the target resource. */ |
4 | CONNECT = 'CONNECT', | 4 | CONNECT = 'CONNECT', |
5 | /** The DELETE method deletes the specified resource. */ | 5 | /** The DELETE method deletes the specified resource. */ |