[][src]Module yooper::ssdp::packet

Packet is an unstructured intermediate representation of an SSDP UDP packet

Structs

Decoder

Turn a UDP packet into an unstructured Packet

Encoder
Packet

A single SSDP packet

Enums

PacketType

The Request line of the packet

Traits

FromHeaders
FromPacket

Deserialize a packet into something more structured

ToHeaders
ToPacket

Serialize a structured representation into a packet

Type Definitions

Headers

records, in order, the headers for the packet

Derive Macros

FromHeaders
FromPacket
ToHeaders
ToPacket