Andreas Kling
2c9d94c6b9
WebServer: Use Core::DateTime for logging timestamps
2020-02-11 19:43:40 +01:00
Andreas Kling
0e44fb8731
WebServer: Add copyright headers
2020-02-11 19:25:06 +01:00
Andreas Kling
c45a5ff840
WebServer: Add missing space to HTTP error responses
...
Fixes #1200 .
2020-02-09 17:05:29 +01:00
Andreas Kling
80703ef7d9
WebServer: Send the HTTP response headers in a single packet
...
This makes it easier to observe the protocol in packet logs.
2020-02-09 14:15:55 +01:00
Andreas Kling
6c752c15a2
WebServer: Implement a very basic HTTP server :^)
...
This server listens on port 8000 and serves HTML files from /www.
It's very simple and quite naive, but I think we can start here and
build our way to something pretty neat.
Work towards #792 .
2020-02-09 14:15:55 +01:00