diff --git a/djaio/core/methods.py b/djaio/core/methods.py index 6ca760e..195d0a4 100644 --- a/djaio/core/methods.py +++ b/djaio/core/methods.py @@ -63,7 +63,7 @@ async def from_http(self, request): req_params = {} # if GET or DELETE we read a query params if request.method in (METH_GET, METH_DELETE): - req_params = self.process_request(request.rel_url.query) + req_params = self.process_request(request.GET) # else we read a POST-data elif request.method in (METH_PUT, METH_POST): try: diff --git a/djaio/tests/data/conf.py b/djaio/tests/data/conf.py index 6753109..1b42a1b 100644 --- a/djaio/tests/data/conf.py +++ b/djaio/tests/data/conf.py @@ -484,4 +484,4 @@ "But now...\u001b[20Cfor my greatest trick...\u001b[8m", "The quic\b\b\b\b\b\bk brown fo\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007x... [Beeeep]", "Powerلُلُصّبُلُلصّبُررً ॣ ॣh ॣ ॣ冗" -] \ No newline at end of file +]