fix typo in the headless `setmethod` function #2365

dev
forgedhallpass 2022-07-29 14:38:07 +03:00
parent 125588046e
commit d24736f655
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ var ActionToActionString = map[ActionType]string{
ActionWaitLoad: "waitload", ActionWaitLoad: "waitload",
ActionGetResource: "getresource", ActionGetResource: "getresource",
ActionExtract: "extract", ActionExtract: "extract",
ActionSetMethod: "set-method", ActionSetMethod: "setmethod",
ActionAddHeader: "addheader", ActionAddHeader: "addheader",
ActionSetHeader: "setheader", ActionSetHeader: "setheader",
ActionDeleteHeader: "deleteheader", ActionDeleteHeader: "deleteheader",