From 3fb9825d0cf5c9178e767f4fb528ca35db2c1060 Mon Sep 17 00:00:00 2001 From: shoully Date: Sat, 20 Dec 2014 06:23:23 -0800 Subject: [PATCH] Destroyed Stopping (markdown) --- Stopping.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Stopping.md diff --git a/Stopping.md b/Stopping.md deleted file mode 100644 index b1dd304..0000000 --- a/Stopping.md +++ /dev/null @@ -1,12 +0,0 @@ -You can stop the framework at any point by calling the `halt` method: - - Flight::halt(); - -You can also specify an optional HTTP status code and message: - - Flight::halt(200, 'Be right back...'); - -Calling `halt` will discard any response content up to that point. -If you want to stop the framework and output the current response, use the `stop` method: - - Flight::stop(); \ No newline at end of file