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

x/authlete_deno/mod.ts>ok

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

Create a response of '200 OK' with the given content formatted in the given type. The type parameter defaults to ContentType.APPLICATION_JSON_UTF8 (= application/javascript; charset=utf-8).

Parameters

type: string
content: string