Interface CorsHandlerFactory


public interface CorsHandlerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(io.undertow.server.HttpHandler nextHandler, org.spincast.core.routing.StaticResourceCorsConfig corsConfig)
     
  • Method Details

    • create

      CorsHandler create(io.undertow.server.HttpHandler nextHandler, org.spincast.core.routing.StaticResourceCorsConfig corsConfig)