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

Ns_ConnReturnBadRequest

Overview

Return an "invalid request" HTTP status line.

Syntax

    int Ns_ConnReturnBadRequest(
    	Ns_Conn *conn,
    	char    *reason
    );

Description

Calls Ns_ConnReturnStatus or Ns_ConnReturnNotice with a status code of 400 to indicate that the request was invalid.

Top of Page

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