Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed Apr 7, 2021
1 parent abba5fd commit 063f316
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 183 deletions.
2 changes: 1 addition & 1 deletion docs/http-cookie/Http_cookie/Same_site/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>Same_site (http-cookie.Http_cookie.Same_site)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a><a href="../../index.html">http-cookie</a> &#x00BB; <a href="../index.html">Http_cookie</a> &#x00BB; Same_site</nav><h1>Module <code>Http_cookie.Same_site</code></h1><p>Represents 'Same-site' cookie attribute. See https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00.</p></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = </code><table class="variant"><tr id="type-t.Default" class="anchored"><td class="def constructor"><a href="#type-t.Default" class="anchor"></a><code>| </code><code><span class="constructor">Default</span></code></td></tr><tr id="type-t.None" class="anchored"><td class="def constructor"><a href="#type-t.None" class="anchor"></a><code>| </code><code><span class="constructor">None</span></code></td></tr><tr id="type-t.Lax" class="anchored"><td class="def constructor"><a href="#type-t.Lax" class="anchor"></a><code>| </code><code><span class="constructor">Lax</span></code></td></tr><tr id="type-t.Strict" class="anchored"><td class="def constructor"><a href="#type-t.Strict" class="anchor"></a><code>| </code><code><span class="constructor">Strict</span></code></td></tr></table></dt></dl><dl><dt class="spec value" id="val-equal"><a href="#val-equal" class="anchor"></a><code><span class="keyword">val</span> equal : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-compare"><a href="#val-compare" class="anchor"></a><code><span class="keyword">val</span> compare : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int</code></dt><dt class="spec value" id="val-to_string"><a href="#val-to_string" class="anchor"></a><code><span class="keyword">val</span> to_string : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> string</code></dt></dl></div></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Same_site (http-cookie.Http_cookie.Same_site)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.0.0-beta2-97-gcb4f04e2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../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">http-cookie</a> &#x00BB; <a href="../index.html">Http_cookie</a> &#x00BB; Same_site</nav><header class="odoc-preamble"><h1>Module <code><span>Http_cookie.Same_site</span></code></h1><p>Represents 'Same-site' cookie attribute. See https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type" id="type-t" class="anchored"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><table><tr id="type-t.Default" class="anchored"><td class="def variant constructor"><a href="#type-t.Default" class="anchor"></a><code><span>| </span><span><span class="constructor">Default</span></span></code></td></tr><tr id="type-t.None" class="anchored"><td class="def variant constructor"><a href="#type-t.None" class="anchor"></a><code><span>| </span><span><span class="constructor">None</span></span></code></td></tr><tr id="type-t.Lax" class="anchored"><td class="def variant constructor"><a href="#type-t.Lax" class="anchor"></a><code><span>| </span><span><span class="constructor">Lax</span></span></code></td></tr><tr id="type-t.Strict" class="anchored"><td class="def variant constructor"><a href="#type-t.Strict" class="anchor"></a><code><span>| </span><span><span class="constructor">Strict</span></span></code></td></tr></table></div></div><div class="odoc-spec"><div class="spec value" id="val-equal" class="anchored"><a href="#val-equal" class="anchor"></a><code><span><span class="keyword">val</span> equal : <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> bool</span></code></div></div><div class="odoc-spec"><div class="spec value" id="val-compare" class="anchored"><a href="#val-compare" class="anchor"></a><code><span><span class="keyword">val</span> compare : <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> int</span></code></div></div><div class="odoc-spec"><div class="spec value" id="val-to_string" class="anchored"><a href="#val-to_string" class="anchor"></a><code><span><span class="keyword">val</span> to_string : <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> string</span></code></div></div></div></body></html>
Loading

0 comments on commit 063f316

Please sign in to comment.