netter 0.3.2

Netter is a CLI tool for fast and easy server startup!
1
2
3
4
route "/api/resource" GET {
    val data = Database.get_all();
    response.body(data).send();
};