= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
CoHTTP implementation for the MirageOS unikernel
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
cohttp-v2.0.0.tbz
md5=c354599fdb4f2625b6510182de0fc86b
Description
This HTTP implementation uses the Cohttp portable implementaiton
along with the Lwt threading library in order to provide a
Cohttp_mirage
functor that can be used in MirageOS unikernels
to build very small and efficient HTTP clients and servers
without having a hard dependency on an underlying operating
system.
Please see https://mirage.io for a self-hosted explanation and instructions on how to use this library.
Dependencies (13)
- magic-mime
- astring
-
cohttp-lwt
< "2.2"
-
cohttp
< "2.2"
-
lwt
>= "2.4.3"
-
mirage-conduit
>= "3.0.0"
-
conduit
>= "0.99" & < "2.3.0"
-
mirage-channel-lwt
>= "3.0.0"
-
mirage-kv-lwt
< "2.0.0"
-
mirage-flow-lwt
>= "1.2.0"
- result
-
dune
>= "1.1.0"
-
ocaml
>= "4.04.1"
Dev Dependencies
-
None
Used by (2)
- git-cohttp-mirage
-
git-mirage
>= "1.11.4" & < "3.0.0"
Conflicts
-
None
On This Page