Skip to content

Commit f8fbd26

Browse files
PragTobwhatyouhide
andauthored
Update lib/mint/http1.ex
Co-authored-by: Andrea Leopardi <[email protected]>
1 parent 573a863 commit f8fbd26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mint/http1.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ defmodule Mint.HTTP1 do
126126
because HTTP/1.1 header names are case-insensitive. *Available since v1.6.0*.
127127
* `:skip_target_validation` - (boolean) if set to `true` the target of a request
128128
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.?.?*
129+
conforming URIs but need to preserve them. The default is to validate the request
130+
target. *Available since v1.7.0*.
131131
132132
"""
133133
@spec connect(Types.scheme(), Types.address(), :inet.port_number(), keyword()) ::

0 commit comments

Comments
 (0)