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

Ns_ConnReturnNotImplemented

Overview

Return a "not implemented" HTTP status line.

Syntax

    int Ns_ConnReturnNotImplemented(
    Ns_Conn *conn
    );

Description

Calls Ns_ConnReturnStatus or Ns_ConnReturnNotice with a status code of 500 to indicate that the request has not been implemented by the server.

Top of Page

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