Skip to content

Commit

Permalink
Update lib/mint/http1.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Leopardi <an.leopardi@gmail.com>
  • Loading branch information
PragTob and whatyouhide authored Nov 8, 2024
1 parent 573a863 commit f8fbd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mint/http1.ex
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ defmodule Mint.HTTP1 do
because HTTP/1.1 header names are case-insensitive. *Available since v1.6.0*.
* `:skip_target_validation` - (boolean) if set to `true` the target of a request
will not be validated. You might want this if you deal with non standard-
conform URIs but need to preserve them. The default is to validate the request
target. *Available since v1.?.?*
conforming URIs but need to preserve them. The default is to validate the request
target. *Available since v1.7.0*.
"""
@spec connect(Types.scheme(), Types.address(), :inet.port_number(), keyword()) ::
Expand Down

0 comments on commit f8fbd26

Please sign in to comment.