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

Ns_ConnReturnNotModified

Overview

Return a "not modified" HTTP status line.

Syntax

    int Ns_ConnReturnNotModified(
    Ns_Conn *conn
    );

Description

Calls Ns_ConnReturnStatus or Ns_ConnReturnNotice with a status code of 304 to indicate that the requested data have not been modified since the time specified by the If-Modified-Since header sent by the client.

Top of Page

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