[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_ConnModifiedSince

Overview

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".

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.