Difference between revisions of "Ns returnok"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 643)
 
 
Line 27: Line 27:
 
----
 
----
  
[[Category Documentation]] - [[Category Core Tcl API]]
+
[[Category:Documentation]] - [[Category:Core Tcl API]]

Latest revision as of 19:28, 7 February 2009

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

-