xclient v0.6.0-vendored-xhttp XHTTP2.Conn View Source
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
connect(hostname, port, opts \\ [])
View Source
connect(String.t(), :inet.port_number(), Keyword.t()) :: {:ok, t()} | {:error, term()}
Link to this function
ping(conn, payload \\ :binary.copy(<<0>>, 8))
View Source
ping(t(), <<_::8>>) :: {:ok, t(), request_id()} | {:error, t(), term()}