package owebl

  1. Overview
  2. Docs
type r = Response.r =
  1. | Empty
  2. | ValidResponse of string
type t = < get_response : Request.t -> r >
val http_response : string -> string -> string -> string -> string list -> r
class virtual response : object ... end
val create : ?template_dir:FileResponse.d -> ?static_file:FileResponse.f -> ?context:Template.Context.t -> unit -> template_response