diff options
Diffstat (limited to 'api/pl.treksoft.kvision.annotations/-method')
6 files changed, 128 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.annotations/-method/-d-e-l-e-t-e.html b/api/pl.treksoft.kvision.annotations/-method/-d-e-l-e-t-e.html new file mode 100644 index 00000000..3c04ebc7 --- /dev/null +++ b/api/pl.treksoft.kvision.annotations/-method/-d-e-l-e-t-e.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Method.DELETE - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.annotations</a> / <a href="index.html">Method</a> / <a href="./-d-e-l-e-t-e.html">DELETE</a><br/> +<br/> +<h1>DELETE</h1> +(js) <a name="pl.treksoft.kvision.annotations.Method.DELETE"></a> +<code><span class="identifier">DELETE</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.annotations/-method/-g-e-t.html b/api/pl.treksoft.kvision.annotations/-method/-g-e-t.html new file mode 100644 index 00000000..3ffa092b --- /dev/null +++ b/api/pl.treksoft.kvision.annotations/-method/-g-e-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Method.GET - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.annotations</a> / <a href="index.html">Method</a> / <a href="./-g-e-t.html">GET</a><br/> +<br/> +<h1>GET</h1> +(js) <a name="pl.treksoft.kvision.annotations.Method.GET"></a> +<code><span class="identifier">GET</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.annotations/-method/-o-p-t-i-o-n-s.html b/api/pl.treksoft.kvision.annotations/-method/-o-p-t-i-o-n-s.html new file mode 100644 index 00000000..ff9357cd --- /dev/null +++ b/api/pl.treksoft.kvision.annotations/-method/-o-p-t-i-o-n-s.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Method.OPTIONS - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.annotations</a> / <a href="index.html">Method</a> / <a href="./-o-p-t-i-o-n-s.html">OPTIONS</a><br/> +<br/> +<h1>OPTIONS</h1> +(js) <a name="pl.treksoft.kvision.annotations.Method.OPTIONS"></a> +<code><span class="identifier">OPTIONS</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.annotations/-method/-p-o-s-t.html b/api/pl.treksoft.kvision.annotations/-method/-p-o-s-t.html new file mode 100644 index 00000000..a03923fa --- /dev/null +++ b/api/pl.treksoft.kvision.annotations/-method/-p-o-s-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Method.POST - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.annotations</a> / <a href="index.html">Method</a> / <a href="./-p-o-s-t.html">POST</a><br/> +<br/> +<h1>POST</h1> +(js) <a name="pl.treksoft.kvision.annotations.Method.POST"></a> +<code><span class="identifier">POST</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.annotations/-method/-p-u-t.html b/api/pl.treksoft.kvision.annotations/-method/-p-u-t.html new file mode 100644 index 00000000..f1e15c9b --- /dev/null +++ b/api/pl.treksoft.kvision.annotations/-method/-p-u-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Method.PUT - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.annotations</a> / <a href="index.html">Method</a> / <a href="./-p-u-t.html">PUT</a><br/> +<br/> +<h1>PUT</h1> +(js) <a name="pl.treksoft.kvision.annotations.Method.PUT"></a> +<code><span class="identifier">PUT</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.annotations/-method/index.html b/api/pl.treksoft.kvision.annotations/-method/index.html new file mode 100644 index 00000000..bbb791a5 --- /dev/null +++ b/api/pl.treksoft.kvision.annotations/-method/index.html @@ -0,0 +1,58 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Method - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.annotations</a> / <a href="./index.html">Method</a><br/> +<br/> +<h1>Method</h1> +(js) <code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Method</span></code> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +(js) +<h4><a href="-g-e-t.html">GET</a></h4> +</td> +<td> +</td> +</tr> +<tr> +<td> +(js) +<h4><a href="-p-o-s-t.html">POST</a></h4> +</td> +<td> +</td> +</tr> +<tr> +<td> +(js) +<h4><a href="-p-u-t.html">PUT</a></h4> +</td> +<td> +</td> +</tr> +<tr> +<td> +(js) +<h4><a href="-d-e-l-e-t-e.html">DELETE</a></h4> +</td> +<td> +</td> +</tr> +<tr> +<td> +(js) +<h4><a href="-o-p-t-i-o-n-s.html">OPTIONS</a></h4> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |