2.0.7 • Published 2 years ago

@scuba-squad/acceptable v2.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Acceptable

Build Status Coverage Status

Purpose

Error fast/early for 406 Not Acceptable requests

Installation

Via npm

npm install @scuba-squad/acceptable

Usage

const express = require('express');
const acceptable = require('@scuba-squad/acceptable');

const app = express();

app.use(acceptable('json', 'txt', 'html', 'xml', 'js', 'jpg'));

Test

tests

npm install
npm test
2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

3 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago