summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/xhr/resources/requri.py
blob: c7f7330f11cc0acc29b0f0b7468352bd7939cc77 (plain)
1
2
3
4
5
def main(request, response):
    if b"full" in request.GET:
        return request.url
    else:
        return request.request_path