Saturn
Saturn copied to clipboard
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
Add utilities that users can use for testing their Saturn applications, and particular abstractions like controllers
## Description: With this PR my goal is to fix the `docs` generation script. Apparently there were some big changes in packages used in this process, and this script was...
I get the following error: ```server: fail: Giraffe.Middleware.GiraffeErrorHandlerMiddleware[0] server: An unhandled exception has occurred while executing the request. server: System.MissingMethodException: Method not found: 'System.IO.MemoryStream Microsoft.IO.RecyclableMemoryStreamManager.GetStream()'. server: at FSharp.Control.Websockets.ThreadSafeWebSocket.receiveMessageAsUTF8@664-6.Invoke(Unit unitVar) server:...
Instructions to install use lower case letter when initializing ("dotnet new saturn -lang f#), which returns an error: No templates or subcommands found matching 'saturn'.
I think saturn CE for configuring application is beautiful, and it's itself added value when developing in aspnetcore, so maybe it would be much more useful if it was extracted...
i think now endpoint routing should be used as default maybe, so should also docs reflect that change?
When running an application that shows some svg images, these won't show up. I have tried: `use_mime_types [".svg", "image/svg+xml"]`, however, still the mimetype is set at text/plain. ```fsharp let application...
I'm using the requireHeader pipeline helper in Program.fs in the following way: ``` let headerPipe = pipeline { plug (requireHeader apiKeyName apiKeyValue) // where apiKeyName and apiKeyValue are retrieved from...
Added guide for creating and consuming REST API since it was something I was looking for in my project. Feedback is welcome whether on the text or code in the...
Add proposed overload Add Tests Please review use of CacheControl type in particular.