Record: HttpServiceConfig
Contains the configurations for an HTTP service.
Closed record
Fields
- host string(default "b7a.default")
- compression CompressionConfig(default {})
- chunking Chunking(default CHUNKING_AUTO)
- cors CorsConfig(default {})
- auth ListenerAuthConfig[ ]?
- mediaTypeSubtypePrefix string?
- treatNilableAsOptional boolean(default true)
- interceptors Interceptor[ ]?
- openApiDefinition byte[ ](default [])
Domain name of the service
The status of compression
Configures the chunking behaviour for the service
The cross origin resource sharing configurations for the service
Service auth configurations
Service specific media-type subtype prefix
Treat Nilable parameters as optional
An array of interceptor services
The generated OpenAPI definition for the HTTP service. This is auto-generated at compile-time if OpenAPI doc auto generation is enabled