1
0
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:
Nikolay Kim
2017-10-21 19:35:50 -07:00
parent 6a33b65f02
commit 7364e088be
2 changed files with 50 additions and 1 deletions

View File

@ -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;