Skip to main content
Module

x/alosaur/src/deps.ts

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