Module arti::onion_proxy

source ยท
Expand description

Configure and implement onion service reverse-proxy feature.

Structsยง

Functionsยง

  • build_list ๐Ÿ”’
    Construct a OnionServiceProxyConfigList from a vec of OnionServiceProxyConfig; enforce that nicknames are unique.

Type Aliasesยง

  • OnionServiceProxyConfigMap ๐Ÿ”’ onion-service-service
    Alias for a BTreeMap of OnionServiceProxyConfig; used to make derive_builder happy.
  • ProxyBuilderMap ๐Ÿ”’
    The serialized format of an OnionServiceProxyConfigListBuilder: a map from nickname to OnionServiceConfigBuilder