2.0.7 • Published 3 years ago

@scuba-squad/acceptable v2.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

2.0.6

3 years ago

2.0.5

4 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago