Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo committed Sep 16, 2024
1 parent 2dfdcbd commit 77b38b4
Show file tree
Hide file tree
Showing 103 changed files with 187 additions and 203 deletions.
2 changes: 1 addition & 1 deletion docs/helix/Helix/History/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>History (helix.Helix.History)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../index.html">helix</a> &#x00BB; <a href="../index.html">Helix</a> &#x00BB; History</nav><header class="odoc-preamble"><h1>Module <code><span>Helix.History</span></code></h1><p>Browser location and navigation helpers.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-location"><a href="#val-location" class="anchor"></a><code><span><span class="keyword">val</span> location : <span><a href="../../../stdweb/Stdweb/Dom/Location/index.html#type-t">Stdweb.Dom.Location.t</a> <span class="xref-unresolved">Signal</span>.t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-hash"><a href="#val-hash" class="anchor"></a><code><span><span class="keyword">val</span> hash : <span>string <span class="xref-unresolved">Signal</span>.t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-hash_path"><a href="#val-hash_path" class="anchor"></a><code><span><span class="keyword">val</span> hash_path : <span><span>string list</span> <span class="xref-unresolved">Signal</span>.t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-go"><a href="#val-go" class="anchor"></a><code><span><span class="keyword">val</span> go : <span>string <span class="arrow">&#45;&gt;</span></span> unit</span></code></div></div></div></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>History (helix.Helix.History)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../index.html">helix</a> &#x00BB; <a href="../index.html">Helix</a> &#x00BB; History</nav><header class="odoc-preamble"><h1>Module <code><span>Helix.History</span></code></h1><p>Browser location and navigation helpers.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-location"><a href="#val-location" class="anchor"></a><code><span><span class="keyword">val</span> location : <span><a href="../../Stdweb/Dom/Location/index.html#type-t">Stdweb.Dom.Location.t</a> <span class="xref-unresolved">Signal</span>.t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-hash"><a href="#val-hash" class="anchor"></a><code><span><span class="keyword">val</span> hash : <span>string <span class="xref-unresolved">Signal</span>.t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-hash_path"><a href="#val-hash_path" class="anchor"></a><code><span><span class="keyword">val</span> hash_path : <span><span>string list</span> <span class="xref-unresolved">Signal</span>.t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-go"><a href="#val-go" class="anchor"></a><code><span><span class="keyword">val</span> go : <span>string <span class="arrow">&#45;&gt;</span></span> unit</span></code></div></div></div></body></html>
2 changes: 1 addition & 1 deletion docs/helix/Helix/Http/Decoder/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Decoder (helix.Helix.Http.Decoder)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">helix</a> &#x00BB; <a href="../../index.html">Helix</a> &#x00BB; <a href="../index.html">Http</a> &#x00BB; Decoder</nav><header class="odoc-preamble"><h1>Module <code><span>Http.Decoder</span></code></h1><p>Response body decoder</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> <span>'a t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ignore"><a href="#val-ignore" class="anchor"></a><code><span><span class="keyword">val</span> ignore : <span>unit <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span>string <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-json"><a href="#val-json" class="anchor"></a><code><span><span class="keyword">val</span> json : <span><a href="../../../../stdweb/Stdweb/Json/index.html#type-t">Stdweb.Json.t</a> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-map"><a href="#val-map" class="anchor"></a><code><span><span class="keyword">val</span> map : <span><span>(<span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <span><span>(<span class="type-var">'b</span>, <span class="type-var">'err</span>)</span> <span class="xref-unresolved">Stdlib</span>.Result.t</span>)</span> <span class="arrow">&#45;&gt;</span></span> <span><span><span class="type-var">'a</span> <a href="#type-t">t</a></span> <span class="arrow">&#45;&gt;</span></span> <span><span class="type-var">'b</span> <a href="#type-t">t</a></span></span></code></div></div></div></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Decoder (helix.Helix.Http.Decoder)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">helix</a> &#x00BB; <a href="../../index.html">Helix</a> &#x00BB; <a href="../index.html">Http</a> &#x00BB; Decoder</nav><header class="odoc-preamble"><h1>Module <code><span>Http.Decoder</span></code></h1><p>Response body decoder</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> <span>'a t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ignore"><a href="#val-ignore" class="anchor"></a><code><span><span class="keyword">val</span> ignore : <span>unit <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span>string <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-json"><a href="#val-json" class="anchor"></a><code><span><span class="keyword">val</span> json : <span><a href="../../../Stdweb/Json/index.html#type-t">Stdweb.Json.t</a> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-map"><a href="#val-map" class="anchor"></a><code><span><span class="keyword">val</span> map : <span><span>(<span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <span><span>(<span class="type-var">'b</span>, <span class="type-var">'err</span>)</span> <span class="xref-unresolved">Stdlib</span>.Result.t</span>)</span> <span class="arrow">&#45;&gt;</span></span> <span><span><span class="type-var">'a</span> <a href="#type-t">t</a></span> <span class="arrow">&#45;&gt;</span></span> <span><span class="type-var">'b</span> <a href="#type-t">t</a></span></span></code></div></div></div></body></html>
2 changes: 1 addition & 1 deletion docs/helix/Helix/Http/Encoder/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Encoder (helix.Helix.Http.Encoder)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">helix</a> &#x00BB; <a href="../../index.html">Helix</a> &#x00BB; <a href="../index.html">Http</a> &#x00BB; Encoder</nav><header class="odoc-preamble"><h1>Module <code><span>Http.Encoder</span></code></h1><p>Request body encoder</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> <span>'a t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-empty"><a href="#val-empty" class="anchor"></a><code><span><span class="keyword">val</span> empty : <span>unit <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span>string <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-form_data"><a href="#val-form_data" class="anchor"></a><code><span><span class="keyword">val</span> form_data : <span><a href="../../../../stdweb/Stdweb/Form_data/index.html#type-t">Stdweb.Form_data.t</a> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-form_urlencoded"><a href="#val-form_urlencoded" class="anchor"></a><code><span><span class="keyword">val</span> form_urlencoded : <span><span><span>(string * string)</span> list</span> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-json"><a href="#val-json" class="anchor"></a><code><span><span class="keyword">val</span> json : <span><a href="../../../../stdweb/Stdweb/Json/index.html#type-t">Stdweb.Json.t</a> <a href="#type-t">t</a></span></span></code></div></div></div></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Encoder (helix.Helix.Http.Encoder)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">helix</a> &#x00BB; <a href="../../index.html">Helix</a> &#x00BB; <a href="../index.html">Http</a> &#x00BB; Encoder</nav><header class="odoc-preamble"><h1>Module <code><span>Http.Encoder</span></code></h1><p>Request body encoder</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> <span>'a t</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-make"><a href="#val-make" class="anchor"></a><code><span><span class="keyword">val</span> make : <span><span class="optlabel">?content_type</span>:string <span class="arrow">&#45;&gt;</span></span> <span><span>(<span><span class="type-var">'a</span> <span class="arrow">&#45;&gt;</span></span> <a href="../../../Stdweb/Fetch/Body/index.html#type-t">Stdweb.Fetch.Body.t</a>)</span> <span class="arrow">&#45;&gt;</span></span> <span><span class="type-var">'a</span> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-empty"><a href="#val-empty" class="anchor"></a><code><span><span class="keyword">val</span> empty : <span>unit <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span>string <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-form_data"><a href="#val-form_data" class="anchor"></a><code><span><span class="keyword">val</span> form_data : <span><a href="../../../Stdweb/Form_data/index.html#type-t">Stdweb.Form_data.t</a> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-form_urlencoded"><a href="#val-form_urlencoded" class="anchor"></a><code><span><span class="keyword">val</span> form_urlencoded : <span><span><span>(string * string)</span> list</span> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-json"><a href="#val-json" class="anchor"></a><code><span><span class="keyword">val</span> json : <span><a href="../../../Stdweb/Json/index.html#type-t">Stdweb.Json.t</a> <a href="#type-t">t</a></span></span></code></div></div></div></body></html>
Loading

0 comments on commit 77b38b4

Please sign in to comment.