diff src/luan/modules/http/Http.luan @ 1716:b82767112d8e

add String.regex
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 24 Jul 2022 23:43:03 -0600
parents 224af797b1f9
children 9713f7fd50b3
line wrap: on
line diff
--- a/src/luan/modules/http/Http.luan	Sat Jul 23 21:53:04 2022 -0600
+++ b/src/luan/modules/http/Http.luan	Sun Jul 24 23:43:03 2022 -0600
@@ -19,7 +19,6 @@
 local Package = require "luan:Package.luan"
 local String = require "luan:String.luan"
 local lower = String.lower or error()
-local matches = String.matches or error()
 local trim = String.trim or error()
 local Time = require "luan:Time.luan"
 local time_format = Time.format or error()