There is no clear example of how to deal with HTTP POST payloads. When a payload is associated with a POST it is available as `request['POST']` It would be useful to include an example of this in the documentation.
There is no clear example of how to deal with HTTP POST payloads.
When a payload is associated with a POST it is available as
request['POST']It would be useful to include an example of this in the documentation.