http_session 0.2.0-rc.3
http_session: ^0.2.0-rc.3 copied to clipboard
This plugin helps you easier to manage the sessions when using http to requests.
0.2.0-rc.3 #
- Add
updateCookieFromHeadersto manually update the cookies from headers.
0.2.0-rc.2 #
- [BREAKING CHANGE] Decide whether to accept a connection that has bad certificate via
acceptBadCertificateparameter. This value will befalseby default since this version, so you need to change it totrueif you need to accept the bad certificate like the old version. - You can modify the
HttpClientwhen you create a newHttpSessionviaclientparameter.
0.2.0-rc.1 #
- Rewrite to support adding cookie to redirected URL.
- Add
debugLogparameter to allow printing the debug log. - Add
maxRedirectsparameter to set the max redirects.
0.1.0 #
- Update dependencies
- Update sdk version to ">=2.18.0 <4.0.0"
0.0.3 #
- Export http package
0.0.1 #
- Initial Release