1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

docs: explain effects of multiple body extractors

inspired by #423
This commit is contained in:
Rob Ede
2024-08-04 21:59:23 +01:00
parent 47d1cc538b
commit fd0450917d
3 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#![allow(dead_code)] // false positive on ContentTypeHeader
// <guard>
use actix_web::{
guard::{Guard, GuardContext},