mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
consistent case s/web/Web
This commit is contained in:
parent
a290e58982
commit
991363a104
@ -1,5 +1,5 @@
|
||||
<div align="center">
|
||||
<h1>Actix web</h1>
|
||||
<h1>Actix Web</h1>
|
||||
<p>
|
||||
<strong>Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust</strong>
|
||||
</p>
|
||||
|
@ -211,7 +211,7 @@ where
|
||||
///
|
||||
/// Http service is any type that implements `HttpServiceFactory` trait.
|
||||
///
|
||||
/// Actix web provides several services implementations:
|
||||
/// Actix Web provides several services implementations:
|
||||
///
|
||||
/// * *Resource* is an entry in resource table which corresponds to requested URL.
|
||||
/// * *Scope* is a set of resources with common root path.
|
||||
|
@ -30,7 +30,7 @@
|
||||
//!
|
||||
//! To get started navigating the API docs, you may consider looking at the following pages first:
|
||||
//!
|
||||
//! * [App]: This struct represents an Actix web application and is used to
|
||||
//! * [App]: This struct represents an Actix Web application and is used to
|
||||
//! configure routes and other common application settings.
|
||||
//!
|
||||
//! * [HttpServer]: This struct represents an HTTP server instance and is
|
||||
@ -205,7 +205,7 @@ pub mod dev {
|
||||
}
|
||||
|
||||
pub mod client {
|
||||
//! Actix web async HTTP client.
|
||||
//! Actix Web async HTTP client.
|
||||
//!
|
||||
//! ```rust
|
||||
//! use actix_web::client::Client;
|
||||
|
@ -206,11 +206,11 @@ where
|
||||
self
|
||||
}
|
||||
|
||||
/// Register http service.
|
||||
/// Register HTTP service.
|
||||
///
|
||||
/// This is similar to `App's` service registration.
|
||||
///
|
||||
/// Actix web provides several services implementations:
|
||||
/// Actix Web provides several services implementations:
|
||||
///
|
||||
/// * *Resource* is an entry in resource table which corresponds to requested URL.
|
||||
/// * *Scope* is a set of resources with common root path.
|
||||
|
Loading…
Reference in New Issue
Block a user