package cohttp

  1. Overview
  2. Docs

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
OCaml

Innovation. Community. Security.