peritus / robotframework-httplibrary

Robot Framework keywords for HTTP requests
http://peritus.github.com/robotframework-httplibrary/
76 stars 77 forks source link

Update __init__.py to support request body for HTTP Delete method #50

Open xkdcc opened 8 years ago

xkdcc commented 8 years ago

Sometimes we need send request body (like json file) by using HTTP DELETE.