Skip to main content
Module

x/alosaur/src/package.ts

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