module Content

Models media-typed content carried by protocol messages.

Nested Classes and Modules

class Parser

Selects a content parser according to its media type.

class Error

A generic content error.

class ParseError

Raised when content cannot be parsed.

class ContentTooLargeError

Raised when content exceeds a configured parser limit.

class UnsupportedMediaTypeError

Raised when no parser accepts a media type.

class JSONParser

Parses JSON content with bounded input size and nesting depth.

module Parameters

Builds parameter models for filtering, conversion, and validation.