elixir-mint / mint

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

document IPv6 support / inet6 option #341

Closed ericsullivan closed 2 years ago

ericsullivan commented 2 years ago

related issue: https://github.com/sneako/finch/issues/163

ericmj commented 2 years ago

Thanks for the PR but we only document options that differ from the gen_tcp or ssl options. For all other options you should refer to the documentation of those modules, it is not feasible for us to document and stay up to date with all their options.