Skip to main content

Module content_parser

Module content_parser 

Source
Expand description

Content parsing for HTTP bootstrap responses.

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

Enums§

ContentType
Detected content type.

Functions§

parse_body
Parse response body into a JSON value based on content type.