Module rtsp_types::headers

source ·
Expand description

RTSP header definitions.

See RFC 7826 section 18 for the standardized headers and their semantics.

Re-exports§

Modules§

Structs§

  • Parsing a HeaderName failed because it contained non-ASCII characters.
  • Representation of an RTSP header name.
  • Parsing a HeaderValue failed.
  • Representation of a header value.
  • A collection of RTSP headers together with their values.
  • Parsing a HeaderValue failed because it contained invalid UTF-8 characters.

Constants§

Traits§