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

x/http_graphql_playground/deps.ts

HTTP request for graphql-playground with standard Request and Response
Latest
import * as httpGraphqlPlayground from "https://deno.land/x/http_graphql_playground@1.0.0-beta.1/deps.ts";

Classes

The base class that all derivative HTTP extend, providing a status and an expose property.

Enums

Standard HTTP status codes.

Variables

A record of all the status codes text.

Functions

Returns an array of media types accepted by the request, in order of preference. If there are no media types supplied in the request, then any media type selector will be returned.

Given an extension or media type, return a full Content-Type or Content-Disposition header value.

Create an instance of an HttpError based on the status code provided.