mirror of
https://github.com/actix/actix-web.git
synced 2025-02-19 20:36:16 +00:00
parent
2ffc21dd4f
commit
ad159f5219
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ where
|
||||||
///
|
///
|
||||||
/// # Errors
|
/// # Errors
|
||||||
/// `Future` implementation returns error if:
|
/// `Future` implementation returns error if:
|
||||||
/// - content type is not `application/json`
|
|
||||||
/// - content length is greater than [limit](JsonBody::limit) (default: 2 MiB)
|
/// - content length is greater than [limit](JsonBody::limit) (default: 2 MiB)
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|
Loading…
Reference in a new issue