Skip to content

v1.1.8: Fix POST handling

Choose a tag to compare

@daolf daolf released this 10 Aug 08:06
· 10 commits to main since this release
f331c26
Add the json parameter for post requests: (#10)

* Add the json parameter for post requests:
The purpose here is to be iso "requests" in order
to accept empty json body.

Some "black" formatting too.

* change flake8 max line length (100 -> 120)