Ready! - Thin framework - No nikic/fast-route - No route parameters, such as `/users/:userId` - GET & POST HTTP method only(RESTful is too complex) - Functional controller(No Instance or state needed) - Controller attributes(Method, Path, Middlewares) - Functional command with attributes - Accepts `application/json` first, `multipart/form-data` second - returns only `application/json`