View Source HLS.Media (HLS v0.0.9)

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.

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