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

x/oak/isMediaType.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
import * as oak from "https://deno.land/x/oak@v12.6.2/isMediaType.ts";

Functions

Given a value of the content type of a request and an array of types, provide the matching type or false if no types are matched.