Record: HttpResourceConfig
Configuration for an HTTP resource.
Closed record
Fields
- consumes string[ ](default [])
- produces string[ ](default [])
- cors CorsConfig(default {})
- transactionInfectable boolean(default true)
- auth ListenerAuthConfig[ ] | Scopes?
The media types which are accepted by resource
The media types which are produced by resource
The cross origin resource sharing configurations for the resource. If not set, the resource will inherit the CORS behaviour of the enclosing service.
Allow to participate in the distributed transactions if value is true
Resource auth configurations