Improved regexes

This commit is contained in:
Nate Choe
2022-01-30 11:45:48 -06:00
parent bdac013f91
commit 5a6c38c680
7 changed files with 182 additions and 22 deletions

View File

@@ -22,7 +22,7 @@ sitefiles also allow comments with #
* ```respondto``` - The type of http request to respond to. One of:
* GET (defualt)
* POST
* ```host``` - The hostname to respond to. Case insensitive, default: localhost
* ```host``` - The hostname to respond to. Case insensitive regex, default: .*
# Part 4: Global variables