We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'll also add request.full_path for consistency with these: datasette/datasette/utils/asgi.py Lines 77 to 90 in 97fb10c @property def path(self): if self.scope.get("raw_path") is not None: return self.scope["raw_path"].decode("latin-1") else: path = self.scope["path"] if isinstance(path, str): return path else: return path.decode("utf-8") @property def query_string(self): return (self.scope.get("query_string") or b"").decode("latin-1")
I'll also add request.full_path for consistency with these:
request.full_path
datasette/datasette/utils/asgi.py
Lines 77 to 90 in 97fb10c
Originally posted by @simonw in #1179 (comment)
The text was updated successfully, but these errors were encountered:
649f48c
Release 0.54a0
57f4d7b
Refs #1091, #1145, #1151, #1156, #1157, #1158, #1166, #1170, #1178, #1182, #1184, #1185, #1186, #1187
Release 0.54
0b9ac1b
Refs #509, #1091, #1150, #1151, #1166, #1167, #1178, #1181, #1182, #1184, #1185, #1186, #1187, #1194, #1198
No branches or pull requests
Originally posted by @simonw in #1179 (comment)
The text was updated successfully, but these errors were encountered: