Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drash/tests/integration/services/resource_loader/resources/api/users_resource.ts>UsersResource

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
class UsersResource
import { UsersResource } from "https://deno.land/x/drash@v2.7.0/tests/integration/services/resource_loader/resources/api/users_resource.ts";

Properties

paths: string[]

Methods

GET(_request: Drash.Request, response: Drash.Response)
POST(_request: Drash.Request, response: Drash.Response)