UNPKG

pluto-http-client

Version:

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

4 lines (3 loc) 50 B
export interface Cloneable<T> { clone(): T; }