http_encode_string() http_encode_cookie() http_encode_url() http_decode_url()
I think that a usefull place should be in Procotols.HTTP.Utils module...
What will these functions do? The names aren't that obvious.
There's a bunch of functions in the _Roxen method that should be distributed out to better locations.
Also, there's Protocol.HTTP.Server.http_decode_string and Protocol.HTTP.Server.HeaderParser ...that might do solve or more of the above problems.
(They are currently linked into the _Roxen module.)
/Mirar