changeset 1755:78cedcd6e1a4

revert
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 04 Feb 2023 23:24:03 -0700
parents d179810c6148
children a4b232aa0554
files src/luan/modules/Boot.luan
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/luan/modules/Boot.luan	Sat Feb 04 22:53:05 2023 -0700
+++ b/src/luan/modules/Boot.luan	Sat Feb 04 23:24:03 2023 -0700
@@ -161,11 +161,6 @@
 		return io.httpCon.getResponseMessage()
 	end
 
-	function this.get_content_type()
-		check()
-		return io.httpCon.getContentType()
-	end
-
 	return this
 end