summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.remote/-service-manager
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-10-17 18:40:15 +0200
committerRobert Jaros <rjaros@finn.pl>2018-10-17 18:40:15 +0200
commita70acf853de62d0754ca95aa4103712b82afdef8 (patch)
treecb8980c51c98f41f833aa89c7bd28e5fa133f35e /api/pl.treksoft.kvision.remote/-service-manager
parent546892a2b8c743224ccabd609827f5048c7a630c (diff)
downloadkvision-a70acf853de62d0754ca95aa4103712b82afdef8.tar.gz
kvision-a70acf853de62d0754ca95aa4103712b82afdef8.tar.bz2
kvision-a70acf853de62d0754ca95aa4103712b82afdef8.zip
API Documentation for KVision 0.0.18
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-service-manager')
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/-l-o-g.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html10
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/bind.html24
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/call.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/calls.html2
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/get-calls.html2
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/get-parameter.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/index.html70
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/mapper.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/routes.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-service-manager/service.html14
11 files changed, 162 insertions, 30 deletions
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/-l-o-g.html b/api/pl.treksoft.kvision.remote/-service-manager/-l-o-g.html
new file mode 100644
index 00000000..0e4d83c1
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-service-manager/-l-o-g.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>ServiceManager.LOG - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">ServiceManager</a>&nbsp;/&nbsp;<a href="./-l-o-g.html">LOG</a><br/>
+<br/>
+<h1>LOG</h1>
+<a name="pl.treksoft.kvision.remote.ServiceManager.Companion$LOG"></a>
+<code><span class="keyword">val </span><span class="identifier">LOG</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html b/api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html
index 36f7a1e4..3e88056f 100644
--- a/api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html
+++ b/api/pl.treksoft.kvision.remote/-service-manager/apply-routes.html
@@ -8,9 +8,11 @@
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">ServiceManager</a>&nbsp;/&nbsp;<a href="./apply-routes.html">applyRoutes</a><br/>
<br/>
<h1>applyRoutes</h1>
-<a name="pl.treksoft.kvision.remote.ServiceManager$applyRoutes(pl.treksoft.kvision.remote.JoobyServer)"></a>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="identifier">applyRoutes</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$applyRoutes(pl.treksoft.kvision.remote.JoobyServer)/k">k</span><span class="symbol">:</span>&nbsp;<a href="../-jooby-server/index.html"><span class="identifier">JoobyServer</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
-<p>Applies all defined routes to the given server.
-Not used on the js platform.</p>
+<a name="pl.treksoft.kvision.remote.ServiceManager$applyRoutes(pl.treksoft.kvision.remote.KVServer)"></a>
+<code><span class="keyword">fun </span><span class="identifier">applyRoutes</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$applyRoutes(pl.treksoft.kvision.remote.KVServer)/k">k</span><span class="symbol">:</span>&nbsp;<a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Applies all defined routes to the given server.</p>
+<h3>Parameters</h3>
+<p><a name="k"></a>
+<code>k</code> - a server</p>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/bind.html b/api/pl.treksoft.kvision.remote/-service-manager/bind.html
index a8353fa7..37a493f8 100644
--- a/api/pl.treksoft.kvision.remote/-service-manager/bind.html
+++ b/api/pl.treksoft.kvision.remote/-service-manager/bind.html
@@ -8,18 +8,18 @@
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">ServiceManager</a>&nbsp;/&nbsp;<a href="./bind.html">bind</a><br/>
<br/>
<h1>bind</h1>
-<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
-<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
-<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR"><span class="identifier">PAR</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
-<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
-<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
-<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR4</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
-<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR4</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR5</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR5"><span class="identifier">PAR5</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
+<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
+<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR"><span class="identifier">PAR</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
+<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
+<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
+<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR4</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<a name="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)"></a>
+<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR1</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR2</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR3</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR4</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">PAR5</span><span class="symbol">, </span><span class="keyword">reified</span>&nbsp;<span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR5"><span class="identifier">PAR5</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>Binds a given route with a function of the receiver.</p>
<h3>Parameters</h3>
<p><a name="function"></a>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/call.html b/api/pl.treksoft.kvision.remote/-service-manager/call.html
new file mode 100644
index 00000000..650fe088
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-service-manager/call.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>ServiceManager.call - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">ServiceManager</a>&nbsp;/&nbsp;<a href="./call.html">call</a><br/>
+<br/>
+<h1>call</h1>
+<a name="pl.treksoft.kvision.remote.ServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))"></a>
+<code><span class="keyword">fun </span><span class="identifier">call</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/path">path</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/handler">handler</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/calls.html b/api/pl.treksoft.kvision.remote/-service-manager/calls.html
index 4eeea9b5..bb0fa846 100644
--- a/api/pl.treksoft.kvision.remote/-service-manager/calls.html
+++ b/api/pl.treksoft.kvision.remote/-service-manager/calls.html
@@ -9,6 +9,6 @@
<br/>
<h1>calls</h1>
<a name="pl.treksoft.kvision.remote.ServiceManager$calls"></a>
-<code><span class="keyword">protected</span> <span class="keyword">val </span><span class="identifier">calls</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code>
+<code><span class="keyword">protected</span> <span class="keyword">val </span><span class="identifier">calls</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/get-calls.html b/api/pl.treksoft.kvision.remote/-service-manager/get-calls.html
index 45bbe853..65049452 100644
--- a/api/pl.treksoft.kvision.remote/-service-manager/get-calls.html
+++ b/api/pl.treksoft.kvision.remote/-service-manager/get-calls.html
@@ -9,7 +9,7 @@
<br/>
<h1>getCalls</h1>
<a name="pl.treksoft.kvision.remote.ServiceManager$getCalls()"></a>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="identifier">getCalls</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html"><span class="identifier">Map</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code>
+<code><span class="keyword">fun </span><span class="identifier">getCalls</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html"><span class="identifier">Map</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code>
<p>Returns the map of defined paths.</p>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/get-parameter.html b/api/pl.treksoft.kvision.remote/-service-manager/get-parameter.html
new file mode 100644
index 00000000..d0995027
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-service-manager/get-parameter.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>ServiceManager.getParameter - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">ServiceManager</a>&nbsp;/&nbsp;<a href="./get-parameter.html">getParameter</a><br/>
+<br/>
+<h1>getParameter</h1>
+<a name="pl.treksoft.kvision.remote.ServiceManager$getParameter(kotlin.String)"></a>
+<code><span class="keyword">protected</span> <span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">T</span><span class="symbol">&gt;</span> <span class="identifier">getParameter</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$getParameter(kotlin.String)/str">str</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="get-parameter.html#T"><span class="identifier">T</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/index.html b/api/pl.treksoft.kvision.remote/-service-manager/index.html
index c146b9df..e51b8a0e 100644
--- a/api/pl.treksoft.kvision.remote/-service-manager/index.html
+++ b/api/pl.treksoft.kvision.remote/-service-manager/index.html
@@ -8,7 +8,7 @@
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="./index.html">ServiceManager</a><br/>
<br/>
<h1>ServiceManager</h1>
-<code><span class="keyword">open</span> <span class="keyword">actual</span> <span class="keyword">class </span><span class="identifier">ServiceManager</span><span class="symbol">&lt;</span><span class="keyword">out</span>&nbsp;<span class="identifier">T</span><span class="symbol">&gt;</span></code>
+<code><span class="keyword">open</span> <span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">ServiceManager</span><span class="symbol">&lt;</span><span class="keyword">out</span>&nbsp;<span class="identifier">T</span><span class="symbol">&gt;</span></code>
<p>Multiplatform service manager.</p>
<h3>Constructors</h3>
<table>
@@ -32,7 +32,7 @@
<p><a href="calls.html">calls</a></p>
</td>
<td>
-<code><span class="keyword">val </span><span class="identifier">calls</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code></td>
+<code><span class="keyword">val </span><span class="identifier">calls</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code></td>
</tr>
<tr>
<td>
@@ -41,6 +41,27 @@
<td>
<code><span class="keyword">var </span><span class="identifier">counter</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td>
</tr>
+<tr>
+<td>
+<p><a href="mapper.html">mapper</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">mapper</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="routes.html">routes</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">routes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html"><span class="identifier">MutableList</span></a><span class="symbol">&lt;</span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">&gt;</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="service.html">service</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">service</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a></code></td>
+</tr>
</tbody>
</table>
<h3>Functions</h3>
@@ -51,9 +72,8 @@
<p><a href="apply-routes.html">applyRoutes</a></p>
</td>
<td>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="identifier">applyRoutes</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$applyRoutes(pl.treksoft.kvision.remote.JoobyServer)/k">k</span><span class="symbol">:</span>&nbsp;<a href="../-jooby-server/index.html"><span class="identifier">JoobyServer</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
-<p>Applies all defined routes to the given server.
-Not used on the js platform.</p>
+<code><span class="keyword">fun </span><span class="identifier">applyRoutes</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$applyRoutes(pl.treksoft.kvision.remote.KVServer)/k">k</span><span class="symbol">:</span>&nbsp;<a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Applies all defined routes to the given server.</p>
</td>
</tr>
<tr>
@@ -61,24 +81,50 @@ Not used on the js platform.</p>
<p><a href="bind.html">bind</a></p>
</td>
<td>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR"><span class="identifier">PAR</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">PAR3</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">PAR3</span><span class="symbol">, </span><span class="identifier">PAR4</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">PAR3</span><span class="symbol">, </span><span class="identifier">PAR4</span><span class="symbol">, </span><span class="identifier">PAR5</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR5"><span class="identifier">PAR5</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.experimental.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function2((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR"><span class="identifier">PAR</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function3((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function4((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">PAR3</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function5((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">PAR3</span><span class="symbol">, </span><span class="identifier">PAR4</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function6((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code><br/>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">PAR1</span><span class="symbol">, </span><span class="identifier">PAR2</span><span class="symbol">, </span><span class="identifier">PAR3</span><span class="symbol">, </span><span class="identifier">PAR4</span><span class="symbol">, </span><span class="identifier">PAR5</span><span class="symbol">, </span><span class="identifier">RET</span><span class="symbol">&gt;</span> <span class="identifier">bind</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="bind.html#PAR1"><span class="identifier">PAR1</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR2"><span class="identifier">PAR2</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR3"><span class="identifier">PAR3</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR4"><span class="identifier">PAR4</span></a><span class="symbol">,</span>&nbsp;<a href="bind.html#PAR5"><span class="identifier">PAR5</span></a><span class="symbol">,</span>&nbsp;<a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<span class="identifier">Deferred</span><span class="symbol">&lt;</span><a href="bind.html#RET"><span class="identifier">RET</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/route">route</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a>&nbsp;<span class="symbol">=</span>&nbsp;RpcHttpMethod.POST<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$bind(kotlin.Function7((pl.treksoft.kvision.remote.ServiceManager.T, pl.treksoft.kvision.remote.ServiceManager.bind.PAR1, pl.treksoft.kvision.remote.ServiceManager.bind.PAR2, pl.treksoft.kvision.remote.ServiceManager.bind.PAR3, pl.treksoft.kvision.remote.ServiceManager.bind.PAR4, pl.treksoft.kvision.remote.ServiceManager.bind.PAR5, pl.treksoft.kvision.remote.Request, kotlinx.coroutines.Deferred((pl.treksoft.kvision.remote.ServiceManager.bind.RET)))), kotlin.String, pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String)/prefix">prefix</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"/"<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>Binds a given route with a function of the receiver.</p>
</td>
</tr>
<tr>
<td>
+<p><a href="call.html">call</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="identifier">call</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/method">method</span><span class="symbol">:</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/path">path</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$call(pl.treksoft.kvision.remote.RpcHttpMethod, kotlin.String, kotlin.Function2((pl.treksoft.kvision.remote.Request, , kotlin.Unit)))/handler">handler</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><a href="../-request.html"><span class="identifier">Request</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td>
+</tr>
+<tr>
+<td>
<p><a href="get-calls.html">getCalls</a></p>
</td>
<td>
-<code><span class="keyword">actual</span> <span class="keyword">fun </span><span class="identifier">getCalls</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html"><span class="identifier">Map</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">RpcHttpMethod</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code>
+<code><span class="keyword">fun </span><span class="identifier">getCalls</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html"><span class="identifier">Map</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<a href="../-rpc-http-method/index.html"><span class="identifier">RpcHttpMethod</span></a><span class="symbol">&gt;</span><span class="symbol">&gt;</span></code>
<p>Returns the map of defined paths.</p>
</td>
</tr>
+<tr>
+<td>
+<p><a href="get-parameter.html">getParameter</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span> <span class="identifier">getParameter</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.ServiceManager$getParameter(kotlin.String)/str">str</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="get-parameter.html#T"><span class="identifier">T</span></a></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Companion Object Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-l-o-g.html">LOG</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">LOG</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code></td>
+</tr>
</tbody>
</table>
</BODY>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/mapper.html b/api/pl.treksoft.kvision.remote/-service-manager/mapper.html
new file mode 100644
index 00000000..083431c4
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-service-manager/mapper.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>ServiceManager.mapper - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">ServiceManager</a>&nbsp;/&nbsp;<a href="./mapper.html">mapper</a><br/>
+<br/>
+<h1>mapper</h1>
+<a name="pl.treksoft.kvision.remote.ServiceManager$mapper"></a>
+<code><span class="keyword">val </span><span class="identifier">mapper</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/routes.html b/api/pl.treksoft.kvision.remote/-service-manager/routes.html
new file mode 100644
index 00000000..dbd562e3
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-service-manager/routes.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>ServiceManager.routes - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">ServiceManager</a>&nbsp;/&nbsp;<a href="./routes.html">routes</a><br/>
+<br/>
+<h1>routes</h1>
+<a name="pl.treksoft.kvision.remote.ServiceManager$routes"></a>
+<code><span class="keyword">protected</span> <span class="keyword">val </span><span class="identifier">routes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html"><span class="identifier">MutableList</span></a><span class="symbol">&lt;</span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">&gt;</span></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-service-manager/service.html b/api/pl.treksoft.kvision.remote/-service-manager/service.html
new file mode 100644
index 00000000..514980ce
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-service-manager/service.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>ServiceManager.service - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">ServiceManager</a>&nbsp;/&nbsp;<a href="./service.html">service</a><br/>
+<br/>
+<h1>service</h1>
+<a name="pl.treksoft.kvision.remote.ServiceManager$service"></a>
+<code><span class="keyword">val </span><span class="identifier">service</span><span class="symbol">: </span><a href="index.html#T"><span class="identifier">T</span></a></code>
+</BODY>
+</HTML>