Interface CorsFilter

All Known Implementing Classes:
CorsFilterDefault

public interface CorsFilter
Filter to validate if a request contains valid cors headers and, if so, add the required headers as a response.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(CorsFilterClient corsFilterClient)
    Apply the cors filter and return the result.