SwiftCGI
SwiftCGI copied to clipboard
An object-functional microframework for developing FCGI applications in Swift
Swift does not yet support exception handling, but when it does, the main request/response handler block, including all of the wares (pre, middle, and post) should be wrapped in a...
We need at least a flat file way to persist sessions across server reboots.
A quickstart script would be nice to configure a workspace with any desired modules.
This should support filesystem paths for development use, and a root URL for production use (you really should let nginx take care of this).
Basic idea: a "router" will be an object (a node in a graph, to be precise) that, when its will either return an `FCGIRequestHandler` itself, or delegate the request to...
Currently it only supports a few headers. It eventually should include all of them. See https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Response_fields