Releases: ikod/dlang-requests
Releases · ikod/dlang-requests
fix for "openssl fails to connect to some sites on 32-bit" https://github.com/ikod/dlang-requests/issues/137
fix for "openssl fails to connect to some sites on 32-bit" #137
ignore dub.selection.json on commit, #136
Fix lost reference to connmanager for streaming requests
vibe-d support moved to subpackage
v2.0.0 change README.md
PR #129 allows vibe.d 0.9 and fixes deprecation msg
Merge pull request #129 from burner/master allows vibe.d 0.9 and fixes deprecation msg
fix issue #126 (FreeBSD compile error)
v1.1.6 fix Statement not reachable on FreeBSD #126
fix issue #121
v1.1.5 https://github.com/ikod/dlang-requests/issues/121
fix issue #122
v1.1.4 https://github.com/ikod/dlang-requests/issues/122
fix issue #118
Fix issue #118
ByLine interfaces addes
ChangeLog
- ByLine interfaces added for get/post/putContent, so that getContentByLine return ubytes lazily splitted on \n
- template constrains added (issue #116)