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, Response } from 'https://deno.land/std@0.55.0/http/server.ts';export { normalize, basename, extname, parse, sep, join, resolve, isAbsolute,} from 'https://deno.land/std@0.55.0/path/mod.ts';
export { getCookies } from 'https://deno.land/std@0.55.0/http/cookie.ts';export { contentType } from 'https://deno.land/x/media_types@v2.3.3/mod.ts';