Releases: annoviko/robotframework-httpctrl
robotframework-httpctrl 0.3.2
robotframework-httpctrl 0.3.1
robotframework-httpctrl 0.3.1 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.
GENERAL CHANGES
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
robotframework-httpctrl 0.2.7
robotframework-httpctrl 0.2.7 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.
GENERAL CHANGES
- Introduce the limit for body size to log and corresponding library
HttpCtrl.Loggingto configure it.
See: #34
robotframework-httpctrl 0.2.5
robotframework-httpctrl 0.2.5 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.
GENERAL CHANGES
- Update meta-information (CHANGE file).
See: no reference
robotframework-httpctrl 0.2.4
robotframework-httpctrl 0.2.4 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.
GENERAL CHANGES
robotframework-httpctrl 0.2.2
robotframework-httpctrl 0.2.2 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.
GENERAL CHANGES
- Fixes bug with pypi installer 0.2.1.
See: #27
robotframework-httpctrl 0.2.1
robotframework-httpctrl 0.2.1 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.
GENERAL CHANGES
- Change license to The 3-Clause BSD License.
#26
robotframework-httpctrl 0.2.0
robotframework-httpctrl 0.1.10
robotframework-httpctrl 0.1.10 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.
GENERAL CHANGES:
- Fixed bug where body was not provided for HEAD, OPTION, DELETE and GET methods (HttpCtrl.Server).
#24