robotframework-httpctrl 0.3.0
robotframework-httpctrl 0.3.0 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.
GENERAL CHANGES
-
Introduce new argument
resp_body_to_filefor functionsSend HTTP Request,Send HTTP Request Async,Send Https Request,Send Https Request Asyncto write response body to a file that is specified by the argument.
See: #36 -
Changed return type for
Get Body From ResponseandGet Response Bodyfromstringtobytes.
See: #37