Mongrel2\Connection::deliver_http PHP Method

deliver_http() public method

public deliver_http ( $uuid, $idents, $body, $code = 200, $status = "OK", $headers = null )
    public function deliver_http($uuid, $idents, $body, $code = 200, $status = "OK", $headers = null)
    {
        $this->deliver($uuid, $idents, Tool::http_response($body, $code, $status, $headers));
    }