package cohttp

  1. Overview
  2. Docs

Connection identifiers.

type t

Abstract type for connection identifiers.

include sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val create : unit -> t

Create a fresh connection identifier.

val to_string : t -> string

Pretty-print a connection identifer.

val compare : t -> t -> int

Comparison function for two identifiers. More recently constructed identifiers will be greater than older ones.