Ns returnok

From AOLserver Wiki
Revision as of 15:12, 22 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 643)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Man page: http://aolserver.com/docs/tcl/ns_returnok.html


NAME

ns_returnok - Return a 200 (Ok) status message to the client

SYNOPSIS

ns_returnok

DESCRIPTION

This command returns 200 (Ok) to the client.
Note: No data is returned to the client when this command is invoked.

EXAMPLES

   ns_returnok

SEE ALSO

ns_return, ns_returnadminnotice, ns_returnbadrequest, ns_returnerror, ns_returnfile, ns_returnforbidden, ns_returnfp, ns_returnnotfound, ns_returnnotice, ns_returnredirect, ns_returnunauthorized

Category Documentation - Category Core Tcl API