diff options
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-request.html')
-rw-r--r-- | api/pl.treksoft.kvision.remote/-request.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/api/pl.treksoft.kvision.remote/-request.html b/api/pl.treksoft.kvision.remote/-request.html deleted file mode 100644 index 2a406c50..00000000 --- a/api/pl.treksoft.kvision.remote/-request.html +++ /dev/null @@ -1,29 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Request - kvision</title> -<link rel="stylesheet" href="../../style.css"> -</HEAD> -<BODY> -<a href="../index.html">kvision</a> / <a href="index.html">pl.treksoft.kvision.remote</a> / <a href="./-request.html">Request</a><br/> -<br/> -<h1>Request</h1> -<code><span class="keyword">actual</span> <span class="keyword">interface </span><span class="identifier">Request</span></code> -<p>A server request. -Not used on the js platform.</p> -<h3>Extension Functions</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="with-profile.html">withProfile</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">RESP</span><span class="symbol">></span> <a href="./-request.html"><span class="identifier">Request</span></a><span class="symbol">.</span><span class="identifier">withProfile</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote$withProfile(pl.treksoft.kvision.remote.Request, kotlin.Function1((pl.treksoft.kvision.remote.Profile, pl.treksoft.kvision.remote.withProfile.RESP)))/block">block</span><span class="symbol">:</span> <span class="symbol">(</span><a href="-profile/index.html"><span class="identifier">Profile</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="with-profile.html#RESP"><span class="identifier">RESP</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="with-profile.html#RESP"><span class="identifier">RESP</span></a></code> -<p>A helper extension function for processing with authenticated user profile.</p> -</td> -</tr> -</tbody> -</table> -</BODY> -</HTML> |