Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

pigulla/http-verbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-verbs

Export HTTP verbs as strings.

Example

Using ECMAScript 2015:

const { GET, PUT, DELETE } = require('http-verbs');

// GET is 'GET' and so on

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages