UNPKG

pluto-http-client

Version:

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

10 lines (9 loc) 171 B
export declare enum Method { GET = "GET", POST = "POST", DELETE = "DELETE", HEAD = "HEAD", PUT = "PUT", PATCH = "PATCH", OPTIONS = "OPTIONS" }