UNPKG

pluto-http-client

Version:

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

8 lines (7 loc) 137 B
export declare enum TimeUnit { Milliseconds = 1, Seconds = 1000, Minutes = 60000, Hours = 3600000, Days = 86400000 }