package git-paf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Smart_git.HTTP
type error
val pp_error : error Fmt.t
val get : ctx:Mimic.ctx -> ?headers:(string * string) list -> Uri.t -> (unit * string, error) result Lwt.t
val post : ctx:Mimic.ctx -> ?headers:(string * string) list -> Uri.t -> string -> (unit * string, error) result Lwt.t
module Make (Time : Mirage_time.S) (Pclock : Mirage_clock.PCLOCK) (Stack : Mirage_stack.V4V6) (TCP : sig ... end) : sig ... end