Results 6 comments of GengTeng

> In the returned algorithm, several algorithms can be added so that support can be negotiated. > > Take a look at the DTLS standard, don't just rely on packet...

Try: ``` impl FromRequest for JsonExtractor // remove axum::body::Body ``` ``` Json: FromRequest, // remove axum::body::Body or remove this line entirely ``` Then implement this trait for your extractor: ```...

> A good way to support almost all extractors at once is to provide a blanket implementation leveraging Deref, which is implemented in all axum extractors and should be implemented...

Thanks for raising this! I completely understand your use case — for HTML form flows, it often feels more natural to re-render the form with inline error messages rather than...

> 感谢反馈,欢迎pr 已提 PR, #3766