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

x/coward/src/network/rest/RequestHandler.ts>RequestHandler

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
class RequestHandler
import { RequestHandler } from "https://deno.land/x/coward@v0.1.0/src/network/rest/RequestHandler.ts";

Constructors

new
RequestHandler(_client: Client)

Properties

private
_userAgent: string

Methods

request(
method: string,
url: string,
data?: any,
)