mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 04:35:46 -04:00
2 lines
1.8 KiB
HTML
2 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Connection (cohttp-lwt.Cohttp_lwt.Connection)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.1.0"/><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">Index</a> » <a href="../../index.html">cohttp-lwt</a> » <a href="../index.html">Cohttp_lwt</a> » Connection</nav><header class="odoc-preamble"><h1>Module <code><span>Cohttp_lwt.Connection</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec exception anchored" id="exception-Retry"><a href="#exception-Retry" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Retry</span></span></code></div><div class="spec-doc"><p>Raised on failed requests that may be safely retried - even on non-idempotent requests. Raised for example on timeout or connection suhtdown by remote end.</p></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Make"><a href="#module-Make" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Make/index.html">Make</a></span><span> (<a href="Make/argument-1-Net/index.html">Net</a> : <a href="../S/module-type-Net/index.html">S.Net</a>) : <a href="../S/module-type-Connection/index.html">S.Connection</a> <span class="keyword">with</span> <span><span class="keyword">module</span> <a href="../S/module-type-Connection/Net/index.html">Net</a> = <a href="Make/argument-1-Net/index.html">Net</a></span></span></code></div></div></div></body></html>
|