Implemented hostnames

This commit is contained in:
Nate Choe
2022-01-26 06:04:43 -06:00
parent d16cc39f1e
commit db645b0bf5
9 changed files with 51 additions and 3 deletions

View File

@@ -19,6 +19,6 @@ sitefiles also allow comments with #
# Part 3: Variables
* ```respondto```: - The type of http request to respond to. One of:
* GET
* GET (defualt)
* POST
Default: GET
* ```host```: - The hostname to respond to. Case insensitive, default: localhost