Skip to main content
Module

x/opineHttpProxy/deps.ts>join

Proxy middleware for Deno Opine HTTP servers.
Latest
function join
import { join } from "https://deno.land/x/opineHttpProxy@3.2.0/deps.ts";

Join all given a sequence of paths,then normalizes the resulting path.

Parameters

...paths: string[]

to be joined and normalized

Returns

string