class documentation

class Link:

View In Hierarchy

A Link contains a URL and a type that can be used to decode the URL.

The URL may contain arbitrary data (percent-encoded). It can be used to pass information about the caller to the handler, or vice versa.

Class Variable type A data type for decoding the URL.
Class Variable url Link URL.
type: str =

A data type for decoding the URL.

Valid chars: alphanumeric, '_', '.', '/'

url: str =

Link URL.

Must be percent-encoded.