Skip to main content

Module content_parser

Module content_parser 

Source
Expand description

Content parsing for webhook payloads.

Supports JSON, XML, YAML, and plain text content types with automatic detection from Content-Type header.

Enums§

ContentType
Supported content types for webhook payloads

Functions§

parse_content
Parse content body into a JSON value based on content type