wip: implementing message handler, finished to implement request manipulation

This commit is contained in:
Jun Kurihara 2023-11-28 00:51:05 +09:00
commit c4cf40be4e
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
13 changed files with 834 additions and 182 deletions

View file

@ -104,11 +104,11 @@ If you want to host multiple and distinct domain names in a single IP address/po
```toml
default_application = "app1"
[app.app1]
[apps.app1]
server_name = "app1.example.com"
#...
[app.app2]
[apps.app2]
server_name = "app2.example.org"
#...
```