Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.18 KB

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