Kraken: Distributed and Async PHP Framework
kraken-php.com1 pointsby greut0 comments
>>> print(django.VERSION)
(1, 3, 1, 'final', 0)
>>> print(django.http.HttpResponseRedirect(u"http://müller.de))
Content-Type: text/html; charset=utf-8
Location: http://m%C3%BCller.de
While werkzeug is good! >>> print(werkzeug.__version__)
0.8.1
>>> werkzeug.redirect(u"http://müller.de).headers
Headers([('Content-Type', 'text/html; charset=utf-8'),
('Content-Length', '247'),
('Location', 'http://xn--mller-kva.de)]