Record -
http
: HttpServiceConfig
Contains the configurations for an HTTP service.
Fields
- host string (default b7a.default)
-
Domain name of the service
- basePath string
-
Service base path
- compression CompressionConfig (default {})
-
The status of compression
- chunking Chunking (default CHUNKING_AUTO)
-
Configures the chunking behaviour for the service
- cors CorsConfig (default {})
-
The cross origin resource sharing configurations for the service
- versioning Versioning (default {})
-
The version of the service to be used
- auth ServiceAuth
-
Authentication configurations for secure the service