Skip to main content

Interface: CORSFilterParams

@divine/web-service.CORSFilterParams

Request parameters provided to the protected configuration methods in the CORSFilter helper class.

Properties

args

args: WebArguments

The request arguments.

Defined in

web-service/src/helpers.ts:16


resource

resource: WebResource

The potentially CORS-protected resource that was accessed.

Defined in

web-service/src/helpers.ts:19


response

response: WebResponse

The response that the potentially CORS-protected WebResource produced.

Defined in

web-service/src/helpers.ts:22