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



--
View this message in context: 
http://forum.world.st/ANN-Teapot-0-91-tp4825485.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to