Griffin.WebServer
Griffin.WebServer copied to clipboard
A web server built on top of Griffin.Framework
hi Guys, I have the following problem: I send a Post request to the Griffin.WebServer via the dotNet HttpClient. The Post request is to be transmitted by a Json. The...
Hi Jonas, Is the webserver supporting persistent connection? I had navigated through the source code but I can't find a clue about this.
I'm trying to set it up to serve some files from my drive, it does list the files correctly But the links lead to nowhere, it just brings up an...
Hi, I had a small problem that I wanted to share: This line of code breaks the directory listing ifa you have a dot in the foldername like `"http//something/mytool/8.0/whatever"` https://github.com/jgauffin/Griffin.WebServer/blob/1a447fbf8bbe6ae661cf46f5f94d1ab8bcc8fea6/Source/Griffin.WebServer/Griffin.WebServer/Files/FileModule.cs#L176...
Hi, thanks for your work! I get in trouble if I set Content-type: application/json in request message. In this case, Griffin webserver returns error 400. Is there a way to...
Hello, we're experiencing issues when receiving requests from a device that doesn't indicate the Content-Type in its requests. The requests are type POST and its content is application/octet-stream As described...
I searched, there is no mention of the string "Set-Cookie" in the whole code.
_index, _cookieValue and _cookieName have to be set to 0, "" and "" respectively at the start of Parse(...) method or only the first cookie parsing will yield correct result.
Having a `IFileService.FileExists(Uri uri, string fileName)` method would allow re-using the `IFileService` in the `DefaultDocumentRouter` (instead of passing a root dir and duplicating the path calculation). **EDIT**: The `DiskFileService` implementation...
When you stop an instance of HttpServer an exception is thrown on another thread: ``` Message: An unhandled exception of type 'System.ObjectDisposedException' occurred in System.dll Additional information: Cannot access a...