Ian Wagner

Results 76 issues of Ian Wagner

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

Hey Tim, I stumbled across an issue when digging into why our unit test suite was performing poorly. I'm not sure whether this is an issue with hug or falcon,...