Finished routing, simple website now works yay

This commit is contained in:
Hannah-Dagemark 2024-04-18 16:01:30 +02:00
commit 7a112697ec
11 changed files with 148 additions and 15 deletions

View file

@ -2,5 +2,4 @@ GET /examples HTTP/1.1
Host: example.com
User-Agent: ExampleBrowser/1.0
Accept-Encoding: gzip, deflate
Accept: */*
Accept: */*

View file

@ -0,0 +1,5 @@
GET /examples/bananas HTTP/1.1
Host: example.com
User-Agent: ExampleBrowser/1.0
Accept-Encoding: gzip, deflate
Accept: */*