Skip to main content
Module

x/alosaur/src/deps.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
export { serve, Server, ServerRequest,} from "https://deno.land/std@0.95.0/http/server.ts";export type { HTTPOptions, Response,} from "https://deno.land/std@0.95.0/http/server.ts";export { getCookies } from "https://deno.land/std@0.95.0/http/cookie.ts";export { MultipartReader } from "https://deno.land/std@0.95.0/mime/mod.ts";
export { basename, extname, isAbsolute, join, normalize, parse, resolve, sep,} from "https://deno.land/std@0.95.0/path/mod.ts";
export { contentType } from "https://deno.land/x/media_types@v2.7.1/mod.ts";