Soon this option will be removed and should be replaced with a call to the Response class
+
+
+ Line |
+ Element |
+ Reason |
+
+
+ 98 |
+ Request::status() |
+ Soon this option will be removed and should be replaced with a call to the Response class
New way of using the Response class: Response::withStatus(401, 'Not Authorized');
|
-
-
- 115 |
- Request::header() |
- Soon this option will be removed and should be replaced with a call to the Response class
+ |
+
+ 115 |
+ Request::header() |
+ Soon this option will be removed and should be replaced with a call to the Response class
New way of using the Response class: Response::withHeader('header-key', 'header-value');
|
-
-
- 136 |
- Request::send() |
- Soon this option will be removed and should be replaced with a call to the Response class
+ |
+
+ 136 |
+ Request::send() |
+ Soon this option will be removed and should be replaced with a call to the Response class
New way of using the Response class: Response::status(200, 'OK')::setBody($output);
|
-
-
-
-