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 simple_http_response : string -> Response.r
class simple_response : string -> object ... end
val create : string -> simple_response