mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
2 lines
2.9 KiB
HTML
2 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Arc (cohttp.Cohttp.Link.Arc)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><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">cohttp</a> » <a href="../../index.html">Cohttp</a> » <a href="../index.html">Link</a> » Arc</nav><header class="odoc-preamble"><h1>Module <code><span>Link.Arc</span></code></h1></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> t</span><span> = </span><span>{</span></code><ol><li id="type-t.reverse" class="def record field anchored"><a href="#type-t.reverse" class="anchor"></a><code><span>reverse : bool;</span></code></li><li id="type-t.relation" class="def record field anchored"><a href="#type-t.relation" class="anchor"></a><code><span>relation : <span><a href="../Rel/index.html#type-t">Rel.t</a> list</span>;</span></code></li><li id="type-t.hreflang" class="def record field anchored"><a href="#type-t.hreflang" class="anchor"></a><code><span>hreflang : <span>string option</span>;</span></code></li><li id="type-t.media" class="def record field anchored"><a href="#type-t.media" class="anchor"></a><code><span>media : <span>string option</span>;</span></code></li><li id="type-t.title" class="def record field anchored"><a href="#type-t.title" class="anchor"></a><code><span>title : <span>string option</span>;</span></code></li><li id="type-t.title_ext" class="def record field anchored"><a href="#type-t.title_ext" class="anchor"></a><code><span>title_ext : <span><span>string <a href="../Ext/index.html#type-t">Ext.t</a></span> option</span>;</span></code></li><li id="type-t.media_type" class="def record field anchored"><a href="#type-t.media_type" class="anchor"></a><code><span>media_type : <span><span>(string * string)</span> option</span>;</span></code></li><li id="type-t.extensions" class="def record field anchored"><a href="#type-t.extensions" class="anchor"></a><code><span>extensions : <span><span>(string * string)</span> list</span>;</span></code></li><li id="type-t.extension_exts" class="def record field anchored"><a href="#type-t.extension_exts" class="anchor"></a><code><span>extension_exts : <span><span>(string * <span>string <a href="../Ext/index.html#type-t">Ext.t</a></span>)</span> list</span>;</span></code></li></ol><code><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 : <a href="#type-t">t</a></span></code></div></div></div></body></html>
|