mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Standardize on 'query string', not 'querystring', in docs
The request property is request.query_string so this is more consistent.
This commit is contained in:
parent
649f48cd70
commit
ef2ecc1b89
12 changed files with 30 additions and 30 deletions
|
|
@ -44,7 +44,7 @@ https://latest.datasette.io/fixtures/binary_data.json?_shape=array
|
|||
Linking to binary downloads
|
||||
---------------------------
|
||||
|
||||
The ``.blob`` output format is used to return binary data. It requires a ``_blob_column=`` querystring argument specifying which BLOB column should be downloaded, for example:
|
||||
The ``.blob`` output format is used to return binary data. It requires a ``_blob_column=`` query string argument specifying which BLOB column should be downloaded, for example:
|
||||
|
||||
https://latest.datasette.io/fixtures/binary_data/1.blob?_blob_column=data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue