Returns a particular argument by index.
index of argument to retrieve
Returns the array of arguments being passed to the handler.
Returns the current execution context type (string)
Switch context to HTTP.
interface with methods to retrieve HTTP arguments
Switch context to RPC.
interface with methods to retrieve RPC arguments
Switch context to WebSockets.
interface with methods to retrieve WebSockets arguments
Generated using TypeDoc
Provides methods for retrieving the arguments being passed to a handler. Allows choosing the appropriate execution context (e.g., Http, RPC, or WebSockets) to retrieve the arguments from.