mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Update documentation for FailedToDeserializeQueryString response type (#1795)
This commit is contained in:
@@ -46,8 +46,8 @@ use std::{fmt, ops::Deref};
|
|||||||
/// # };
|
/// # };
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// If the query string cannot be parsed it will reject the request with a `422
|
/// If the query string cannot be parsed it will reject the request with a `400
|
||||||
/// Unprocessable Entity` response.
|
/// Bad Request` response.
|
||||||
///
|
///
|
||||||
/// For handling values being empty vs missing see the [query-params-with-empty-strings][example]
|
/// For handling values being empty vs missing see the [query-params-with-empty-strings][example]
|
||||||
/// example.
|
/// example.
|
||||||
|
|||||||
@@ -38,8 +38,8 @@ use std::ops::Deref;
|
|||||||
/// # };
|
/// # };
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// If the query string cannot be parsed it will reject the request with a `422
|
/// If the query string cannot be parsed it will reject the request with a `400
|
||||||
/// Unprocessable Entity` response.
|
/// Bad Request` response.
|
||||||
///
|
///
|
||||||
/// For handling values being empty vs missing see the [query-params-with-empty-strings][example]
|
/// For handling values being empty vs missing see the [query-params-with-empty-strings][example]
|
||||||
/// example.
|
/// example.
|
||||||
|
|||||||
Reference in New Issue
Block a user