Class: DatadogAPIClient::V2::ContentEncoding
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ContentEncoding
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/content_encoding.rb
Overview
HTTP header used to compress the media-type.
Constant Summary collapse
- IDENTITY =
"identity".freeze
- GZIP =
"gzip".freeze
- DEFLATE =
"deflate".freeze