module Content
Models media-typed content carried by protocol messages.
Nested Classes and Modules
class ParserSelects a content parser according to its media type.
class ErrorA generic content error.
class ParseErrorRaised when content cannot be parsed.
class ContentTooLargeErrorRaised when content exceeds a configured parser limit.
class UnsupportedMediaTypeErrorRaised when no parser accepts a media type.
class JSONParserParses JSON content with bounded input size and nesting depth.
module ParametersBuilds parameter models for filtering, conversion, and validation.