ENUM

MimeTypes

Contents

swift
public enum MimeTypes: String

Standard mime types

HAAPI mime type case happi = "application/vnd.auth+json"

application/json mime type case json = "application/json"

application/x-www-form-urlencoded mime type case xWwwFormUrlEncoded = "application/x-www-form-urlencoded"

Cases

happi

swift
case happi = "application/vnd.auth+json"

HAAPI mime type

json

swift
case json = "application/json"

application/json mime type

xWwwFormUrlEncoded

swift
case xWwwFormUrlEncoded = "application/x-www-form-urlencoded"

application/x-www-form-urlencoded mime type