package cohttp

  1. Overview
  2. Docs
type t
val headers : t -> Header.t
val encoding : t -> Transfer.encoding
val version : t -> Code.version
val status : t -> Code.status_code
val make : ?version:Code.version -> ?status:Code.status_code -> ?encoding:Transfer.encoding -> ?headers:Header.t -> unit -> t
module type S = sig ... end
module Make (IO : IO.S) : sig ... end
OCaml

Innovation. Community. Security.