[phpmyadmin/phpmyadmin] bfc385: Create Http\Response::write() method to write to the body

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: bfc3852e612120627edace7543167f96a3cdf8f5 https://github.com/phpmyadmin/phpmyadmin/commit/bfc3852e612120627edace754316... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2023-08-05 (Sat, 08 August 2023) -03:00 Changed paths: M libraries/classes/Application.php M libraries/classes/Controllers/JavaScriptMessagesController.php M libraries/classes/Controllers/Setup/MainController.php M libraries/classes/Http/Response.php M libraries/classes/Routing/Routing.php M test/classes/Http/ResponseTest.php Log Message: ----------- Create Http\Response::write() method to write to the body This method helps when data is written to the body of the response and the response object is returned immediately. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
participants (1)
-
Maurício Meneghini Fauth