UNPKG

on-http-y1

Version:
13 lines (8 loc) 160 B
// Copyright 2016, EMC, Inc. 'use strict'; module.exports = { unimplemented: unimplemented }; function unimplemented(req, res) { res.sendStatus(501); }