Umi — API References - v1.3.0
    Preparing search index...

    Type Alias HttpHeaderContentTypeValue

    HttpHeaderContentTypeValue:
        | HttpHeaderValue
        | "text/html"
        | "text/plain"
        | "multipart/form-data"
        | "application/json"
        | "application/x-www-form-urlencoded"
        | "application/octet-stream"

    Represents the value of the Content-Type header.