Awskit_s3.Content_typeValidated Content-Type value.
val of_string : string -> (t, Awskit.Error.t) Stdlib.resultValidate a non-empty content type without control characters.
val of_string_exn : string -> tLike of_string, but raises Awskit.Error.Awskit_error carrying the structured validation error on validation failure.
val to_string : t -> stringReturn the original content type spelling.
val pp : Stdlib.Format.formatter -> t -> unitPretty-print the content type.