Constructor
new RewriteContext()
Members
isEnableOnRequest
Determines whether the onRequest event is enabled.
PropertiesName | Type | Description |
---|---|---|
getter | boolean | True if the onRequest event is enabled, false otherwise. |
isEnableOnResponse
Determines whether the onResponse event is enabled.
PropertiesName | Type | Description |
---|---|---|
getter | boolean | True if the onResponse event is enabled, false otherwise. |
parameters
Gets or sets the parameters dictionary object in the onResponse event.
PropertiesName | Type | Description |
---|---|---|
getter | object | Gets the parameters dictionary object in the onResponse event. |
setter | object | Sets the parameters dictionary object in the onResponse event. |
scriptName
Gets the name of the script.
PropertiesName | Type | Description |
---|---|---|
getter | string | Gets the name of the script. |