Skip to content

robotframework-httpctrl 0.3.0

Choose a tag to compare

@annoviko annoviko released this 04 Jul 13:20
· 27 commits to master since this release
80f7bbd

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_file for functions Send HTTP Request, Send HTTP Request Async, Send Https Request, Send Https Request Async to write response body to a file that is specified by the argument.
    See: #36

  • Changed return type for Get Body From Response and Get Response Body from string to bytes.
    See: #37