mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
allow OPTIONS requests without request-method header (#226)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
use actix_service::fn_service;
|
||||
use actix_utils::future::ok;
|
||||
use actix_web::dev::fn_service;
|
||||
use actix_web::{
|
||||
dev::{ServiceRequest, Transform},
|
||||
http::{
|
||||
|
Reference in New Issue
Block a user