Skip to content

Releases: celeraone/robotframework-httplibrary

set-cookie with expiry date issue

07 Feb 20:21
c5cd25d
Compare
Choose a tag to compare

Earlier if the Response headers have multiple header values with the same name For example Set-Cookie
those are breaking the semantic as the headers values are split by comma

This change is to handle with platform-agnostic and doing some code cleanup related to this which is not required

v1.1.1: Merge pull request #13 from celeraone/bugfix/set-cookie-header

13 Jan 09:17
7d0722c
Compare
Choose a tag to compare

Add new functions to compare urls

02 Dec 15:55
Compare
Choose a tag to compare
v1.1.0

Bump version: 1.0.2 → 1.1.0

v1.0.3: Merge pull request #7 from celeraone/fixes

08 Nov 09:53
b160f4d
Compare
Choose a tag to compare

Fixed headers comparability issues.