diff options
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-rpc-http-method/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.remote/-rpc-http-method/index.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/api/pl.treksoft.kvision.remote/-rpc-http-method/index.html b/api/pl.treksoft.kvision.remote/-rpc-http-method/index.html deleted file mode 100644 index dd617260..00000000 --- a/api/pl.treksoft.kvision.remote/-rpc-http-method/index.html +++ /dev/null @@ -1,46 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>RpcHttpMethod - 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="./index.html">RpcHttpMethod</a><br/> -<br/> -<h1>RpcHttpMethod</h1> -<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">RpcHttpMethod</span></code> -<h3>Enum Values</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="-p-o-s-t.html">POST</a></p> -</td> -<td> -</td> -</tr> -<tr> -<td> -<p><a href="-p-u-t.html">PUT</a></p> -</td> -<td> -</td> -</tr> -<tr> -<td> -<p><a href="-d-e-l-e-t-e.html">DELETE</a></p> -</td> -<td> -</td> -</tr> -<tr> -<td> -<p><a href="-o-p-t-i-o-n-s.html">OPTIONS</a></p> -</td> -<td> -</td> -</tr> -</tbody> -</table> -</BODY> -</HTML> |