Module Git_pafSource

Sourceval git_paf_scheme : [ `HTTP | `HTTPS ] Mimic.value
Sourceval git_paf_port : int Mimic.value
Sourceval git_paf_hostname : string Mimic.value
Sourcetype error
Sourceval pp_error : error Fmt.t
Sourceval get : ctx:Mimic.ctx -> ?headers:(string * string) list -> Uri.t -> (unit * string, error) result Lwt.t
Sourceval post : ctx:Mimic.ctx -> ?headers:(string * string) list -> Uri.t -> string -> (unit * string, error) result Lwt.t