armature icon indicating copy to clipboard operation
armature copied to clipboard

Roda-inspired HTTP framework for Crystal, providing routing, sessions, forms, etc

Results 3 armature issues
Sort by recently updated
recently updated
newest added

Sessions are currently difficult to extend to allow for different storage backends. I'm not sure yet what needs to be done to make that easier (or I would've done it),...

Trying to use the new multiple arg methods, I'm running into problems that might kill the multiple args idea. Take this: ``` route context do |r, response, session| r.on "snapshot",...