micro-methods
1.0.0 • Public • Published micro-methods
Handle a request based on the request method.
Installing
npm install -s micro-methods
yarn add micro-methods
Usage
import methods from 'micro-methods'
export default methods({
GET(req, res) {
},
async POST(req, res) {
},
})
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.0 | 1 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.0 | 1 | |
Package Sidebar
Install
Weekly Downloads