1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-31 12:34:05 +02:00

prepare actix-test release 0.1.0-beta.3

This commit is contained in:
Rob Ede
2021-06-20 19:47:42 +01:00
parent f81d4bdae7
commit 7faeffc5ab
8 changed files with 11 additions and 6 deletions

View File

@@ -116,6 +116,7 @@ impl AppConfig {
AppConfig { secure, host, addr }
}
/// Needed in actix-test crate.
#[doc(hidden)]
pub fn __priv_test_new(secure: bool, host: String, addr: SocketAddr) -> Self {
AppConfig::new(secure, host, addr)