Login  Register

[ANN] Teapot 0.91

Posted by Attila Magyar on May 09, 2015; 7:13pm
URL: https://forum.world.st/ANN-Teapot-0-91-tp4825485.html

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