def query_string(string):
    """return dict with query string data. deprecated"""
    if not string:
        return dict()
    if "?" in string: