package cohttp

  1. Overview
  2. Docs
type encoding =
  1. | Chunked
  2. | Fixed of int
  3. | Unknown
type chunk =
  1. | Chunk of string
  2. | Final_chunk of string
  3. | Done
val encoding_to_string : encoding -> string
val has_body : encoding -> bool
module Make (IO : Make.IO) : sig ... end
OCaml

Innovation. Community. Security.