Commit graph

8 commits

Author SHA1 Message Date
ca8f2bfec7
Rename all occurrences of "labyrinth" to maze and update dependencies. 2023-05-16 03:01:48 +02:00
a45daf6ba3 Extend sAbstractHttpHandler. 2023-04-08 09:43:04 +02:00
741894163b
Implement rendering of binary data. 2023-04-06 08:19:44 +02:00
4dc15acf0c
Cleanup, refactoring. 2023-04-04 00:33:32 +02:00
2e3e11fbb0
Cleanup, refactoring. 2023-04-03 22:49:23 +02:00
0bc1114aec
Reformat everything.
First prototype of runnign with untertow.
2023-04-02 10:15:22 +02:00
728349b57c
Refactoring. 2023-03-25 08:40:13 +01:00
4d0c5f5c18 Several features:
- Ability to serve static files, HTML and CSS are supported so far
 - Consequently, show a simple HTML form to enter the parameters when
   navigating to / (or /index.html).
 - Make the server multi-threaded (in a rather primitive way so far).
 - Use logback instead of the simple-slf4j logger.
2022-01-27 22:07:00 +01:00