Package cn.dev33.satoken.fun.strategy
Interface SaCorsHandleFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
CORS 跨域策略处理函数
- Since:
- 1.42.0
- Author:
- click33
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(SaRequest req, SaResponse res, SaStorage sto) CORS 策略处理函数
-
Method Details
-
execute
CORS 策略处理函数- Parameters:
req- 请求包装对象res- 响应包装对象sto- 数据读写对象
-