We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573a863 commit f8fbd26Copy full SHA for f8fbd26
lib/mint/http1.ex
@@ -126,8 +126,8 @@ defmodule Mint.HTTP1 do
126
because HTTP/1.1 header names are case-insensitive. *Available since v1.6.0*.
127
* `:skip_target_validation` - (boolean) if set to `true` the target of a request
128
will not be validated. You might want this if you deal with non standard-
129
- conform URIs but need to preserve them. The default is to validate the request
130
- target. *Available since v1.?.?*
+ conforming URIs but need to preserve them. The default is to validate the request
+ target. *Available since v1.7.0*.
131
132
"""
133
@spec connect(Types.scheme(), Types.address(), :inet.port_number(), keyword()) ::
0 commit comments