package gitlab-unix

  1. Overview
  2. Docs
type redirect =
  1. | Temporary of Uri.t
  2. | Permanent of Uri.t
type !'a t = private < redirects : redirect list ; value : 'a.. >
val value : < value : 'a.. > -> 'a
val redirects : < redirects : redirect list.. > -> redirect list
val final_resource : redirect list -> redirect option
OCaml

Innovation. Community. Security.