Hello,
Teapot 0.91 released today.
Teapot is micro web framework that focuses on simplicity and ease of use.
Here's a summary of changes:
- Routes and before/after filters may include conditions (see the example below)
- Routes can be defined with
any: that serves as a wildcard matching any http method
- Added
charSet: accessor to TeaResponse
E.g.
Teapot on
GET: 'test' -> result; when: [:req | req accept = 'application/json'];
start.
More information:
http://smalltalkhub.com/#!/~zeroflag/Teapot