package owebl

  1. Overview
  2. Docs
type 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