mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-01 01:16:59 +02:00
Allow to use ssl and non-ssl connections with the same HttpServer #206
This commit is contained in:
@@ -71,7 +71,7 @@ impl<S: 'static> Scope<S> {
|
||||
///
|
||||
/// ```rust
|
||||
/// # extern crate actix_web;
|
||||
/// use actix_web::{http, App, HttpRequest, HttpResponse, Path};
|
||||
/// use actix_web::{App, HttpRequest};
|
||||
///
|
||||
/// struct AppState;
|
||||
///
|
||||
|
Reference in New Issue
Block a user