Attention

This is the documentation for HARP Proxy, actually published as an early preview. Both the software and documentation are a work in progress, and although we already use it on various production servers, they may contain inaccuracies, typographical errors, huge mistakes and empty pages. We work hard to eradicate all mistakes and implement stuff, but it is a long and tedious process. We appreciate your patience and understanding. Of course, any help will be greatly appreciated.

Meta (harp.meta)

The Meta (harp.meta) package provides tools to add metadata to objects.

Metadata are key-value pairs that can be attached to any object.

This package have no idea of what the metadata is used for, and it is up to the user to define its own usage.

get_meta(subject, name, *, default=None)[source]
has_meta(subject, name)[source]
set_meta(subject, name, value)[source]