View Source HLS.Segment (HLS v0.0.8)

Link to this section Summary

Functions

Given a key and value, correctly serializes the attribute into a KEY=value string, respecting the spec for which keys should or should not be quoted.

Link to this section Functions

Link to this function

serialize_attribute(key, value)

View Source

Given a key and value, correctly serializes the attribute into a KEY=value string, respecting the spec for which keys should or should not be quoted.

https://www.rfc-editor.org/rfc/rfc8216.html#section-4.3.4.2

Link to this function

serialize_attributes(attributes)

View Source