Skip to content

v0.4.1

Compare
Choose a tag to compare
@calebkleveter calebkleveter released this 26 Apr 20:49
· 48 commits to master since this release
e4e2b53

Only Work with Existing Data

You should only decode a request's body if it exists, so we make sure there is one before we do by checking whether the HTTP method allows for it. Only if the answer is 'yes' do we decode.