mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
2 lines
3.6 KiB
HTML
2 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cohttp_lwt (cohttp-lwt.Cohttp_lwt)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.0.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> » Cohttp_lwt</nav><header class="odoc-preamble"><h1>Module <code><span>Cohttp_lwt</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-IO"><a href="#module-type-IO" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> IO</span><span> = <a href="S/module-type-IO/index.html">S.IO</a></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Request"><a href="#module-Request" class="anchor"></a><code><span><span class="keyword">module</span> Request</span><span> = <a href="../../cohttp/Cohttp/Request/index.html">Cohttp.Request</a></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Response"><a href="#module-Response" class="anchor"></a><code><span><span class="keyword">module</span> Response</span><span> = <a href="../../cohttp/Cohttp/Response/index.html">Cohttp.Response</a></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Make_client"><a href="#module-Make_client" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Make_client/index.html">Make_client</a></span><span> (<a href="Make_client/argument-1-IO/index.html">IO</a> : <a href="S/module-type-IO/index.html">S.IO</a>) (<a href="Make_client/argument-2-Net/index.html">Net</a> : <a href="S/module-type-Net/index.html">S.Net</a> <span class="keyword">with</span> <span><span class="keyword">module</span> <a href="S/module-type-Net/IO/index.html">IO</a> = <a href="Make_client/argument-1-IO/index.html">IO</a></span>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Make_server"><a href="#module-Make_server" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Make_server/index.html">Make_server</a></span><span> (<a href="Make_server/argument-1-IO/index.html">IO</a> : <a href="S/module-type-IO/index.html">S.IO</a>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-S"><a href="#module-S" class="anchor"></a><code><span><span class="keyword">module</span> <a href="S/index.html">S</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div><div class="spec-doc"><p>Portable Lwt implementation of HTTP client and server, without depending on a particular I/O implementation. The various <code>Make</code> functors must be instantiated by an implementation that provides a concrete IO monad.</p></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Body"><a href="#module-Body" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Body/index.html">Body</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|