package git-paf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val git_paf_scheme : [ `HTTP | `HTTPS ] Mimic.value
val git_paf_port : int Mimic.value
val git_paf_hostname : string Mimic.value
type error
val pp_error : error Fmt.t
val get : ctx:Mimic.ctx -> ?headers:(string * string) list -> Uri.t -> (unit * string, error) Stdlib.result Lwt.t
val post : ctx:Mimic.ctx -> ?headers:(string * string) list -> Uri.t -> string -> (unit * string, error) Stdlib.result Lwt.t