UNPKG

rjweb-server

Version:

Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS

13 lines (12 loc) 235 B
declare enum Methods { CONNECT = "CONNECT", TRACE = "TRACE", OPTIONS = "OPTIONS", DELETE = "DELETE", PATCH = "PATCH", POST = "POST", HEAD = "HEAD", PUT = "PUT", GET = "GET" } export default Methods;