Class: Rafflesia::Types::ObjectHeadRequestEncoding

Inherits:
Object
  • Object
show all
Defined in:
lib/rafflesia/types/object_head_request_encoding.rb

Constant Summary collapse

AUTO =
'auto'
UTF_8 =
'utf8'
BASE_64 =
'base64'
ALL =
[AUTO, UTF_8, BASE_64].freeze