pub fn new_tls_session_store(capacity: usize) -> Arc<dyn ClientSessionStore>Expand description
Create an in-memory TLS session store suitable for sharing across multiple
requests (e.g. across a benchmark -n loop). Pass the returned Arc into
HttpRequest::tls_session_store on every request that should be able to
resume a previous TLS session.