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.

Configure

Configuration is built from different sources that may override each other. From lowest to hightest priority (lower items will override items configured by a higher item):

  • default settings (provided by harp or harp extensions)

  • proxy factory settings (python)

  • configuration files (YAML, JSON, TOML, INI, …) in order of appearance (first file will be overridden by second file, etc.)

  • environment variables

  • command line arguments

Warning

This section is a work in progress.