SwiftCGI icon indicating copy to clipboard operation
SwiftCGI copied to clipboard

An object-functional microframework for developing FCGI applications in Swift

Results 9 SwiftCGI issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

enhancement

This should support filesystem paths for development use, and a root URL for production use (you really should let nginx take care of this).

enhancement

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...

enhancement

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

bug