aboutsummaryrefslogtreecommitdiffstats
path: root/hypo.hy
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Don't set web.ctx.status"Gravatar Tom Willemse2013-08-101-0/+2
| | | | | | | This reverts commit 18cf043be3175a0098dad1e24266c10b7f21922c. All that flup really wants is for the strings to be of type `str'. Hy strings are of type `unicode' by default.
* Don't set web.ctx.statusGravatar Tom Willemse2013-08-071-2/+0
| | | | Apparently flup doesn't like it when I do this.
* Add *prefix* optionGravatar Tom Willemse2013-08-071-5/+5
| | | | | | `*prefix*' specifies which directory the application should run under. This is useful when not running it on a domain or sub-domain. This should contain a trailing `/' if used.
* Initial commitGravatar Tom Willemse2013-08-011-0/+135