ac24c9a Rely on urllib and aiohttp.MultiDict to do the url arguments parsing

Authored and Committed by pingou 10 years ago
    Rely on urllib and aiohttp.MultiDict to do the url arguments parsing
    
    This gives us a much more robust url argument parsing and corresponds
    to what's in the doc:
    http://aiohttp.readthedocs.org/en/stable/server.html#handling-get-params
    
        
file modified
+4 -3