mirror of https://github.com/fafhrd91/actix-web
Update src/extract.rs
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
This commit is contained in:
parent
a449e46b9f
commit
2235c07ea3
|
@ -26,7 +26,7 @@ use crate::{dev::Payload, Error, HttpRequest};
|
||||||
/// - [`Resource::app_data()`](`crate::Resource::app_data`)
|
/// - [`Resource::app_data()`](`crate::Resource::app_data`)
|
||||||
///
|
///
|
||||||
/// Here are some built-in extractors and their corresponding configuration.
|
/// Here are some built-in extractors and their corresponding configuration.
|
||||||
/// Please refer to the respective documents for details.
|
/// Please refer to the respective documentation for details.
|
||||||
///
|
///
|
||||||
/// | Extractor | Configuration |
|
/// | Extractor | Configuration |
|
||||||
/// |-------------|-------------------|
|
/// |-------------|-------------------|
|
||||||
|
|
Loading…
Reference in New Issue