The mod_httapi configuration file is found in conf/autoload_configs and is named httapi.conf.xml. It contains several settings parameters as well as a profiles section. The example configuration contains a default HTTAPI profile (you may create your own profiles).
mod_httapi configuration file
params
Inside the profile tag you will notice a number of param entries. These control things such as default settings, and the default URL to use for HTTP requests.
gateway-url
The gateway-url parameter set the default resource that mod_httapi will use for making requests. This...