headers property

List<Header>? headers
getter/setter pair

An array of objects, where each object specifies a URL pattern that, if matched to the request URL path, triggers Hosting to apply the specified custom response headers.

Implementation

core.List<Header>? headers;