class http_response :InheritsPerl.sv ->
object
..end
method code : string
method set_code : string -> unit
method message : string
method set_message : string -> unit
method request : Pl_HTTP_Request.http_request
method set_request : Pl_HTTP_Request.http_request -> unit
method status_line : string
method base : string
method as_string : string
method is_info : bool
method is_success : bool
method is_redirect : bool
method is_error : bool
method error_as_HTML : string