function setResponseStatus ($status);
/**
- * Add header element
+ * Adds a header to the response. This method "wraps" the direct header()
+ * function call and so it can be done "generic". E.g. if a local
+ * application like my hub does not support redirects, this method can be
+ * kept empty or it can be done something else which would not be possible
+ * with a direct header() call.
*
* @param $name Name of header element
* @param $value Value of header element
/**
* Redirect to a configured URL. The URL can be absolute or relative. In
- * case of relative URL it will be extended automatically.
+ * case of relative URL it will be extended automatically with the
+ * 'base_url' from configuration.
*
* @param $configEntry The configuration entry which holds our URL
* @return void