diff --git a/docs/basics/config.html b/docs/basics/config.html index 302bef6..5ac9dbc 100644 --- a/docs/basics/config.html +++ b/docs/basics/config.html @@ -41,43 +41,43 @@
See also:
1linkconfiguration:
2link host: yourcompany.com
3link scheme: https
4link port: 443
5link base_path: /api
6link custom_configuration:
7link run_type: inline
8link inline:
9link function: !js/asyncFunction >
10link async function() {
11link this.scheme = 'http';
12link this.port = 3027;
13link }
14link# https//yourcompany.com:3027/api
See also:
1linkconfiguration:
2link host: yourcompany.com
3link scheme: https
4link port: 443
5link base_path: /api
6link custom_configuration:
7link run_type: module
8link module:
9link module_path: config/test.js
10link function_name: configureForEnv # --> 'this'bound to suite object, e.g. this.host, this.port, etc.
Overview +
See also:
1linkconfiguration:
2link host: yourcompany.com
3link scheme: https
4link port: 443
5link base_path: /api
6link custom_configuration:
7link run_type: module
8link module:
9link module_path: config/test.js
10link function_name: configureForEnv # --> 'this'bound to suite object, e.g. this.host, this.port, etc.
Request Basics Headers Cookies Query Parameters -Path Parameters
Status Code -Headers & Cookies