silc_http_server_get_header

SYNOPSIS

    const char *silc_http_server_get_header(SilcHttpServer httpd,
                                            SilcHttpConnection conn,
                                            const char *field);

DESCRIPTION

Finds a header field indicated by `field' from the current HTTP request sent by the HTTP client. Returns the field value or NULL if such header field does not exist.