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

Ns_ConnSetExpiresHeader

Overview

Return an "expires" header for the given time

Syntax

    void Ns_ConnSetExpiresHeader(
    	Ns_Conn			*conn,
    	char 			*httptime
    );

Description

The Ns_ConnSetExpiresHeader formats and sends a header that will expire, using the time specified by the httptime string. You can use the Ns_HttpTime function to generate the time specification string.

Top of Page

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