erouter-parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

erouter-parser

[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![David deps][david-image]][david-url] [![npm download][download-image]][download-url]

Installation

$ npm install erouter-parser

Options

  • limit number or string representing the request size limit, Defaults to '100kb'
  • encoding The requested encoding, Defaults to 'utf8'

Example

import Parser, { ParserOptions } from 'erouter-parser';
 
let app = Express();
let options: ParserOptions = {
        limit: "500kb",
        encoding: "utf8"
    };
 
app.use(Parser(options));
 

License

MIT

/erouter-parser/

    Package Sidebar

    Install

    npm i erouter-parser

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • ephoton