Skip to main content
Module

x/http_fns/intercept.ts>skip

A bunch of functions for building HTTP servers
Go to Latest
function skip
import { skip } from "https://deno.land/x/http_fns@v0.0.27/intercept.ts";

A ResponseInterceptor that will catch and skip any Responses that match the given Statuses.

Parameters

...status: number[]