Releases: annoviko/robotframework-httpctrl
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_file
for functionsSend 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
andGet Response Body
fromstring
tobytes
.
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.Logging
to 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
robotframework-httpctrl 0.1.9
robotframework-httpctrl 0.1.9 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.
GENERAL CHANGES:
- Support bytes body type for
Reply By
(HttpCtrl.Server).
#17
CORRECTED MAJOR BUGS:
- Fixed bug where response server body was used as a response reason (HttpCtrl.Server).
#19