Mint.HTTP.get_socket
You're seeing just the function
get_socket
, go back to Mint.HTTP module for more information.
Specs
get_socket(t()) :: Mint.Types.socket()
Gets the socket associated with the connection.
Do not use the returned socket to change its internal state. Only read information from the socket.
For instance, use :ssl.connection_information/2
to retrieve TLS-specific information from the
socket.