UNPKG

pluto-http-client

Version:

HTTP client for NodeJS. Inspired in the Java JAX-RS spec so you can expect excellence, versatility and extensibility.

6 lines (5 loc) 145 B
/// <reference types="node" /> import { Readable } from "stream"; export interface Marshal<T> { marshal(): Promise<Uint8Array | Readable>; }