aiocoap.util.linkformat module

This module contains in-place modifications to the LinkHeader module to satisfy RFC6690 constraints.

It is a general nursery for what aiocoap needs of link-format management before any of this is split out into its own package.

class aiocoap.util.linkformat.LinkFormat(links=None)

Bases: LinkHeader

Bases: Link

aiocoap.util.linkformat.parse(linkformat)