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

Ns_ConnSetLastModifiedHeader

Overview

Return a last modified header using the given time

Syntax

    void Ns_ConnSetLastModifiedHeader(
    	Ns_Conn *conn,
    	time_t  *when
    );

Description

The Ns_ConnSetLastModifiedHeader function formats and sends a Last-Modified header based on the given time. The time parameter is most often generated with the stat system call on an existing file.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.