import * as superoak from "https://deno.land/x/superoak@4.8.1/deps.ts";
Classes
Used to construct an HTTP server. | |
c Test | The SuperDeno Test object extends the methods provided by superagent to provide a high-level abstraction for testing HTTP, while still allowing you to drop down to the lower-level API provided by superagent. |
Functions
Found free port.
If the port is not available, returns the port
If the port is not available, returns a random available port
Requires | |
Takes a a url string, |
Interfaces
Provides methods for making requests to the configured server using the passed
|