项目作者: deno-libs

项目描述 :
🌌 Tiny body parser for Deno. Port of the milliparsec library.
高级语言: TypeScript
项目地址: git://github.com/deno-libs/parsec.git
创建时间: 2021-03-06T20:07:39Z
项目社区:https://github.com/deno-libs/parsec

开源协议:MIT License

下载


parsec 🌌

nest badge GitHub release (latest by date) GitHub Workflow Status
Codecov

Tiny body parser for Deno. Port of the milliparsec library.

Features

  • supports JSON and urlencoded body parsing
  • parses only when Content-Type header matches the parser’s type
  • custom callback function