mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -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>Server (cohttp-lwt.Cohttp_lwt.Server)</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> » Server</nav><header class="odoc-preamble"><h1>Module <code><span>Cohttp_lwt.Server</span></code></h1><p>The <code>Make</code> functor glues together a <a href="../../../cohttp/Cohttp/S/module-type-IO/index.html"><code>Cohttp.S.IO</code></a> implementation to send requests down a connection that is established by the user. The resulting module satisfies the <a href="#"><code>Server</code></a> module type.</p><p>The <a href="../../../logs/Logs/index.html"><code>Logs</code></a> source name for this module's logger is <code>"cohttp.lwt.server"</code>.</p></header><div class="odoc-content"><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-IO/index.html">IO</a> : <a href="../S/module-type-IO/index.html">S.IO</a>) : <a href="../S/module-type-Server/index.html">S.Server</a> <span class="keyword">with</span> <span><span class="keyword">module</span> <a href="../S/module-type-Server/IO/index.html">IO</a> = <a href="Make/argument-1-IO/index.html">IO</a></span></span></code></div></div></div></body></html>
|