You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a plugin (simonw/datasette-insert#2) that implements an API for inserting JSON data. As such, I'd like to POST a JSON blob rather than using key=value form encoded data.
Right now there's a request.post_vars() method but no request.post_body() one:
I'm writing a plugin (simonw/datasette-insert#2) that implements an API for inserting JSON data. As such, I'd like to
POST
a JSON blob rather than usingkey=value
form encoded data.Right now there's a
request.post_vars()
method but norequest.post_body()
one:datasette/datasette/utils/asgi.py
Lines 93 to 103 in c5f06bc
The text was updated successfully, but these errors were encountered: