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

x/drash/src/standard/handlers/RequestValidator.ts>RequestValidator

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
class RequestValidator
extends Handler
import { RequestValidator } from "https://deno.land/x/drash@v3.0.0-beta.2/src/standard/handlers/RequestValidator.ts";

Methods

handle<Output>(req: Input)

Validate the given request. If valid, the request is sent further down the chain.