Skip to content

v0.1.0

Choose a tag to compare

@ioquatix ioquatix released this 05 Aug 05:57
· 5 commits to main since this release
e69e6f3
  • Add media-type parser dispatch for readable content.
  • Add JSON, URL-encoded form, and multipart form parsers with explicit convenient defaults.
  • Bound JSON input size and nesting depth using consistently named limits.
  • Add ContentTooLargeError for content parser limit violations.
  • Forward blocks to content handlers for incremental and streaming parsing.