Skip to content

Commit

Permalink
perf(script): 添加请求记录方法过滤选项 HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Dec 5, 2023
1 parent 7caf525 commit 63b58d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/src/projects/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export const BackgroundProject = Project.create({
label: '方法过滤',
tag: 'select',
attrs: { placeholder: '选择选项' },
options: [['none', '无'], ['GET'], ['POST'], ['OPTIONS']],
options: [['none', '无'], ['GET'], ['POST'], ['OPTIONS'], ['HEAD']],
defaultValue: 'none'
},
typeFilter: {
Expand Down

0 comments on commit 63b58d5

Please sign in to comment.