Skip to content

felidjs/felid-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

felid-xml

npm version Node.js CI JavaScript Style Guide codecov

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

Releases

No releases published

Packages

No packages published