WasiHttpNetworkEndpoint
data class WasiHttpNetworkEndpoint(val protocol: WasiHttpNetworkProtocol, val host: String, val port: Int)
One exact HTTP destination. Scheme, host, and port must all match the request.
One exact HTTP destination. Scheme, host, and port must all match the request.