api_version() → integer, integer
Return major- and minor version of the HTT API
The scheme is thus: The major version is incremented when *existing* APIs change The minor version is incremented when new APIs are added
htt_path() → string
Return path to the HTT binary running the script.
This can be useful if you want to call HTT on another script to parse in an isolated process
out_path() → string
Return path to the base output directory.
HTT determines a base output path which is the base path from which all relative output paths from calls to `render` will place their files.
By default, this path is the same directory as the script being run, but command-line flags can override this.