summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/xhr/resources/requri.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/xhr/resources/requri.py')
-rw-r--r--testing/web-platform/tests/xhr/resources/requri.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/xhr/resources/requri.py b/testing/web-platform/tests/xhr/resources/requri.py
new file mode 100644
index 0000000000..c7f7330f11
--- /dev/null
+++ b/testing/web-platform/tests/xhr/resources/requri.py
@@ -0,0 +1,5 @@
+def main(request, response):
+ if b"full" in request.GET:
+ return request.url
+ else:
+ return request.request_path