Determine if content modified since a specified date
Syntax
int Ns_ConnModifiedSince(
Ns_Conn *conn,
time_t mtime
);
Description
The Ns_ConnModifiedSince function returns 1 if the content associated with the connection has been modified since mtime. It uses the HTTP header variable "If-Modified-Since".