UNPKG

portals

Version:

Client-side HTTP requests with middleware support.

7 lines (6 loc) 242 B
import { Middleware } from "./"; /** * Adds the given prefix string to the request's URL. Application rules * differ if the given prefix includes a hostname or not. */ export declare function withPrefix(prefix: string): Middleware;