Home

Awesome

Improving Rack

So this is an experiment and proof of concept to see if we could improve Rack without losing compatibility.

Core Goal

Current Implementation

Next Goal

See Also

type Application = Request -> (Response -> IO ResponseReceived) ->
                   IO ResponseReceived

type Middleware = Application -> Application