Skip to main content
Module

x/opine/deps.ts

Fast, minimalist web framework for Deno ported from ExpressJS.
Go to Latest
File
export { serve, Server, ServerRequest, serveTLS,} from "https://deno.land/std@0.74.0/http/server.ts";export type { HTTPOptions, HTTPSOptions, Response,} from "https://deno.land/std@0.74.0/http/server.ts";export { Status, STATUS_TEXT,} from "https://deno.land/std@0.74.0/http/http_status.ts";export { deleteCookie, setCookie,} from "https://deno.land/std@0.74.0/http/cookie.ts";export type { Cookie } from "https://deno.land/std@0.74.0/http/cookie.ts";export { basename, dirname, extname, fromFileUrl, join, resolve,} from "https://deno.land/std@0.74.0/path/mod.ts";export { setImmediate } from "https://deno.land/std@0.74.0/node/timers.ts";export { parse } from "https://deno.land/std@0.74.0/node/querystring.ts";export { Sha1 } from "https://deno.land/std@0.74.0/hash/sha1.ts";export { encoder } from "https://deno.land/std@0.74.0/encoding/utf8.ts";export { Evt as EventEmitter, to as getEvent,} from "https://deno.land/x/evt@v1.8.10/mod.ts";export { charset, contentType, lookup,} from "https://deno.land/x/media_types@v2.5.0/mod.ts";export { createError } from "https://deno.land/x/http_errors@3.0.0/mod.ts";export { Accepts } from "https://deno.land/x/accepts@2.1.0/mod.ts";export { hasBody, typeofrequest,} from "https://deno.land/x/type_is@1.0.1/mod.ts";export { isIP } from "https://deno.land/x/isIP@1.0.0/mod.ts";export { vary } from "https://deno.land/x/vary@1.0.0/mod.ts";export { escapeHtml } from "https://deno.land/x/escape_html@1.0.0/mod.ts";export { encodeUrl } from "https://deno.land/x/encodeurl@1.0.0/mod.ts";export { gunzip, inflate } from "https://deno.land/x/denoflate@1.1/mod.ts";export { default as parseRange } from "https://cdn.skypack.dev/range-parser@1.2.1";export { default as qs } from "https://cdn.skypack.dev/qs@6.9.4";