http_session 0.2.2
http_session: ^0.2.2 copied to clipboard
This plugin helps you easier to manage the sessions when using http to requests.
0.2.2 #
- Improved redirect handling.
- Used
HttpHeadersstatic class text to improve reliability.
0.2.1 #
- Handle redirects correctly.
- Add tests for redirects.
- Update dependencies to the latest versions.
0.2.0 #
Thanks @egefeyzioglu for this major update.
- Major rewrite.
- Use
cookie_storeto store cookies - Don't miss cookies when redirecting, use
maxRedirects parameterto set the max redirects. - Solved a variety of security problems.
- Decide whether to accept a connection that has bad certificate via
acceptBadCertificateparameter. This value isfalseby default.
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.