http options method on history provider

This commit is contained in:
Rio Jos
2025-04-24 14:12:59 +05:30
parent aa8e5c3d03
commit a19c9ba093
3 changed files with 4 additions and 2 deletions

View File

@@ -44,4 +44,5 @@ const _$HTTPVerbEnumMap = {
HTTPVerb.put: 'put',
HTTPVerb.patch: 'patch',
HTTPVerb.delete: 'delete',
HTTPVerb.options: 'options',
};