sig
  val section : Lwt_log_core.section
  type redirection
  val create_redirection :
    ?full_url:bool ->
    ?temporary:bool -> regexp:string -> string -> Redirectmod.redirection
  val run :
    redirection:Redirectmod.redirection -> unit -> Ocsigen_server.instruction
end