Type Alias HttpApplicationSubtype

HttpApplicationSubtype:
    | "json"
    | "xml"
    | "x-www-form-urlencoded"
    | "octet-stream"
    | "pdf"
    | "zip"
    | "gzip"
    | "graphql-response+json"
    | "ld+json"
    | "vnd.api+json"
    | "cbor"
    | "protobuf"
    | "grpc"
    | "grpc-web+proto"
    | "grpc-web+json"
    | "wasm"
    | "manifest+json"
    | "soap+xml"

Well-known application/* media type subtypes.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"