Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/authlete_deno/mod.ts>ContentType

Authlete Library for Deno
Go to Latest
class ContentType
import { ContentType } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

'Content-Type' header values.

Static Properties

readonly
APPLICATION_FORM_URLENCODED: string
readonly
APPLICATION_JAVASCRIPT_UTF8: string
readonly
APPLICATION_JSON_UTF8: string
readonly
APPLICATION_JWT: string
readonly
TEXT_HTML_UTF8: string