silc_http_server_send

SYNOPSIS

    SilcBool silc_http_server_send(SilcHttpServer httpd,
                                   SilcHttpConnection conn,
                                   SilcBuffer data);

DESCRIPTION

Send the HTTP data indicated by `data' buffer into the connection indicated by `conn'. Returns TRUE after the data is sent, and FALSE if error occurred. Usually the `data' would be the requested web page.