mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 09:59:21 +02:00
basic example
This commit is contained in:
@ -172,7 +172,8 @@ impl<S> ApplicationBuilder<S> where S: 'static {
|
||||
self
|
||||
}
|
||||
|
||||
/// This method register handler for specified path.
|
||||
/// This method register handler for specified path prefix.
|
||||
/// Any path that starts with this prefix matches handler.
|
||||
///
|
||||
/// ```rust
|
||||
/// extern crate actix_web;
|
||||
|
Reference in New Issue
Block a user