Constructor
new RewriteContext()
Members
isEnableOnRequest
Determines whether the onRequest event is enabled.
Properties| Name | Type | Description |
|---|---|---|
getter | boolean | True if the onRequest event is enabled, false otherwise. |
isEnableOnResponse
Determines whether the onResponse event is enabled.
Properties| Name | 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.
Properties| Name | 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.
Properties| Name | Type | Description |
|---|---|---|
getter | string | Gets the name of the script. |