elixir-mint / mint

Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱
Apache License 2.0
1.37k stars 112 forks source link

Deprecate :read_write option on HTTP.open?/2 #426

Closed ericmj closed 9 months ago

ericmj commented 9 months ago

Closes #410.

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 936c36337beeef8226e11a258785a80d020df527-PR-426

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
lib/mint/core/transport/tcp.ex 1 95.65%
lib/mint/unsafe_proxy.ex 1 34.21%
lib/mint/http.ex 13 62.86%
lib/mint/core/transport/ssl.ex 17 87.22%
<!-- Total: 32 -->
Totals Coverage Status
Change from base Build 74e0ec62d9efe26409fdb7c40181958291a72f3f: 0.3%
Covered Lines: 1276
Relevant Lines: 1453

💛 - Coveralls