package git-http

  1. Overview
  2. Docs
type 'a io = 'a Web_cohttp_lwt.io

The type for HTTP requests.

The type for HTTP responses.

The type of the buffer.

module HTTP : sig ... end

Status codes

type status = int

The type for HTTP status code.

val s100_continue : status

100.

val s200_ok : status

200.

module Request : sig ... end
module Response : sig ... end