mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 14:27:39 +03:00
Remove generic type for request payload, always use default
This commit is contained in:
parent
043f6e77ae
commit
4f30fa9d46
38 changed files with 704 additions and 1207 deletions
|
@ -4,11 +4,6 @@ use actix_web::{http, App, HttpResponse, Responder};
|
|||
use actix_web_codegen::get;
|
||||
use futures::{future, Future};
|
||||
|
||||
//fn guard_head(head: &actix_web::dev::RequestHead) -> bool {
|
||||
// true
|
||||
//}
|
||||
|
||||
//#[get("/test", guard="guard_head")]
|
||||
#[get("/test")]
|
||||
fn test() -> impl Responder {
|
||||
HttpResponse::Ok()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue