1.0.0 • Published 7 years ago
is-pseudo-http2-header v1.0.0
is-pseudo-h2-header
Tells if it is a pseudo HTTP2 header
Usage
const isPseudoHeader = require('is-pseudo-h2-header');
console.log(isPseudoHeader(':status')); // true
console.log(isPseudoHeader('cookie')); // false
License
MIT
1.0.0
7 years ago