plack / Plack

PSGI toolkit and server adapters
http://plackperl.org/
Other
486 stars 214 forks source link

charset decoding support in Plack::Request (and Response?) #79

Open miyagawa opened 14 years ago

miyagawa commented 14 years ago

I'm sure it gets a bit messy but this is something frameworks always want to do, and things like WebOb.py does this pretty nicely.

timbunce commented 10 years ago

+1

What do people use currently when they want $request->content_decoded?