package cohttp

  1. Overview
  2. Docs
An OCaml library for HTTP clients and servers

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp-v6.0.0_beta2.tbz
sha256=90ecec8bd580411b4272c031b2f6b9c0a50485d20683c6a9c615242f3724b017
sha512=83ef539469d982862174a929e9baeb5b2a34e9323ee577d8be7148ebed9e785d835d59cc22982bc083bb872e4544616e2bf531ed7edf96bc397151c28bf618d6

doc/cohttp/Cohttp/Link/index.html

Module Cohttp.LinkSource

RFC 5988 ("Web Linking") and RFC 5987 ("Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters")

Sourcemodule Rel : sig ... end
Sourcemodule Language : sig ... end
Sourcemodule Charset : sig ... end
Sourcemodule Ext : sig ... end
Sourcemodule Arc : sig ... end
Sourcetype t = {
  1. context : Uri.t;
  2. arc : Arc.t;
  3. target : Uri.t;
}
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval empty : t
Sourceval of_string : string -> t list
Sourceval to_string : t -> string