Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/modules/elasticsearch/example/deps.ts

Refer to nestjs to realize some common functions for Deno
Go to Latest
import * as oakNest from "https://deno.land/x/oak_nest@v1.14.0/modules/elasticsearch/example/deps.ts";

Classes

A class which registers middleware (via .use()) and then processes inbound requests against that middleware (via .listen()).

Provides context about the current request and response to middleware functions, and the current instance being processed is the first argument provided a Middleware function.

Enums

Standard HTTP status codes.

Functions

A type guard that determines if the value is an HttpError or not.

Asynchronously fulfill a response with a file from the local file system.