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.

@FunctionalInterface public interface SaCorsHandleFunction
CORS 跨域策略处理函数
Since:
1.42.0
Author:
click33
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    CORS 策略处理函数
  • Method Details

    • execute

      void execute(SaRequest req, SaResponse res, SaStorage sto)
      CORS 策略处理函数
      Parameters:
      req - 请求包装对象
      res - 响应包装对象
      sto - 数据读写对象