Skip to main content
Module

x/core/deps.ts

A compact, high-performance and full-featured web server framework in Deno.
Go to Latest
import * as core from "https://deno.land/x/core@0.0.2/deps.ts";

Functions

Set the cookie header with empty value in the headers to delete it

Parse cookies of a header

Serves HTTP requests with the given handler.

Set the cookie header properly in the headers

Compile the template to a function

Initialize custom options

Render the template text with data

Render the template file with cache

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options.