Skip to main content
Module

x/superdeno/deps.ts

Super-agent driven library for testing Deno HTTP servers.
Latest
File
export { Server } from "https://deno.land/std@0.213.0/http/server.ts";export { STATUS_TEXT } from "https://deno.land/std@0.213.0/http/status.ts";export type { StatusCode } from "https://deno.land/std@0.213.0/http/status.ts";export { assertEquals } from "https://deno.land/std@0.213.0/assert/mod.ts";export { methods } from "https://deno.land/x/opine@2.3.4/src/methods.ts";export { mergeDescriptors } from "https://deno.land/x/opine@2.3.4/src/utils/mergeDescriptors.ts";export { getFreePort } from "https://deno.land/x/free_port@v1.2.0/mod.ts";
// TODO: upgrade to v8export { default as superagent } from "https://jspm.dev/superagent@6.1.0";