HTTP Response Handler - Passing command line arguments to HTTP Response handlers scripts

Greetings!

When using the https response handlers, is it possible to pass command line arguments to the scripts? Something like this:
> my-http-handler-script.js -arguement1=arguement1Value -arguement2=arguement2Value

I am currently trying to create a common handler script for a group of HTTP requests that will execute certain functions based on the arguments passed. Is there any way to achieve this?

2

请先登录再写评论。