felid-xml

1.0.1 • Public • Published

felid-xml

npm version Build Status JavaScript Style Guide

A Felid plugin for parsing XML request body.

Install

npm install felid-xml

or

yarn add felid-xml

Usage

const Felid = require('felid')
const xml = require('felid-xml')
 
const app = new Felid()
app.plugin(xml, options)

Options

  • types String|Array: The content-type using this parser. Default is ['text/xml', 'application/xml'].

For more options, please check fast-xml-parser.

License

MIT

Package Sidebar

Install

npm i felid-xml

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

52.7 kB

Total Files

16

Last publish

Collaborators

  • zoron