Skip to content

deno-libs/parsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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