hirola 0.4.0

Hirola is an un-opinionated web framework that is focused on simplicity and predictability
Documentation
1
2
3
4
5
6
7
8
9
{
  "routes": [
    {
      "src": "/[^.]+",
      "dest": "/",
      "status": 200
    }
  ]
}