Commit Graph

3 Commits

Author SHA1 Message Date
Kaveman
b21a1caabc Test Project Created
+ Implemented Request Processing (Cache => Regex Events => Razor Pages => Static Content)
 + Rendering based on domain works
 - Areas are not implemented
 + Content Type Map now defines `.cshtml` files and default mime type was changed to "text/plain"
 + GetStaticFile no longer returns private templates/layouts (used to be able to view those in plain text by requesting with a fully qualified path)
I will make more concise tests in a bit (I was not pushing to git properly, so have to make big commits for the time being)
2024-08-15 01:10:06 -07:00
Kaveman
8980b384e7 Create HttpServer
+ Added IHttpLogger to as a log provider to log Http events or errors
 + Added HttpConfiguration to more easily configure the server
 + WebServer.Test project that will be used to test the server
2024-08-12 02:57:07 -07:00
Kaveman
2fd3b929b1 Create WebServer Project 2024-08-11 00:44:18 -07:00