We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61fcbe commit 4303dd8Copy full SHA for 4303dd8
actix-web/src/test/mod.rs
@@ -1,7 +1,8 @@
1
//! Various helpers for Actix applications to use during testing.
2
//!
3
-//! # Creating A Test Service
+//! # Initializing A Test Service
4
//! - [`init_service`]
5
+//! - [`try_init_service`]
6
7
//! # Off-The-Shelf Test Services
8
//! - [`ok_service`]
@@ -49,6 +50,7 @@ pub use self::{
49
50
/// Must be used inside an async test. Works for both `ServiceRequest` and `HttpRequest`.
51
///
52
/// # Examples
53
+///
54
/// ```
55
/// use actix_web::{http::StatusCode, HttpResponse};
56
0 commit comments