Skip to content

Commit

Permalink
feat: remove lowercase methods in http method (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Dec 29, 2023
1 parent 94030d8 commit e3dfa95
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions src/models/httpMethod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,4 @@ export type HttpMethod =
| 'SEARCH'
| 'TRACE'
| 'UNLOCK'
| 'VERSION-CONTROL'
| 'acl'
| 'baseline-control'
| 'checkin'
| 'checkout'
| 'connect'
| 'copy'
| 'delete'
| 'get'
| 'graphql'
| 'head'
| 'lock'
| 'merge'
| 'mkactivity'
| 'mkcalendar'
| 'mkcol'
| 'mkworkspace'
| 'move'
| 'options'
| 'patch'
| 'post'
| 'propfind'
| 'proppatch'
| 'put'
| 'report'
| 'search'
| 'trace'
| 'unlock'
| 'version-control';
| 'VERSION-CONTROL';

0 comments on commit e3dfa95

Please sign in to comment.