mirror of
https://github.com/actix/actix-web.git
synced 2025-02-18 12:05:14 +00:00
add links to configs
This commit is contained in:
parent
e5a50f423d
commit
2b4256baab
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@ use crate::FromRequest;
|
|||
#[derive(PartialEq, Eq, PartialOrd, Ord)]
|
||||
/// Extract typed information from the request's path.
|
||||
///
|
||||
/// [**PathConfig**](struct.PathConfig.html) allows to configure extraction process.
|
||||
///
|
||||
/// ## Example
|
||||
///
|
||||
/// ```rust
|
||||
|
|
|
@ -19,6 +19,8 @@ use crate::request::HttpRequest;
|
|||
/// be decoded into any type which depends upon data ordering e.g. tuples or tuple-structs.
|
||||
/// Attempts to do so will *fail at runtime*.
|
||||
///
|
||||
/// [**QueryConfig**](struct.QueryConfig.html) allows to configure extraction process.
|
||||
///
|
||||
/// ## Example
|
||||
///
|
||||
/// ```rust
|
||||
|
|
Loading…
Reference in a new issue