final case classServerEndpoint(description: String, scheme: String, host: String, port: Int, expectedHttpVersions: Set[String], expectedServerAttr: Option[String], ssl: Option[ClientSsl]) extends Product with Serializable
Contains information about which port and protocol can be used to connect to the server.
This class is used to abstract out the details of connecting to different backends
and protocols. Most tests will operate the same no matter which endpoint they
are connected to.
Contains information about which port and protocol can be used to connect to the server. This class is used to abstract out the details of connecting to different backends and protocols. Most tests will operate the same no matter which endpoint they are connected to.