Interface Middleware


public interface Middleware
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Process the request and/or response.
  • Method Details

    • process

      boolean process(Request req, Response res)
      Process the request and/or response.
      Returns:
      true to continue to the next middleware/handler, false to short-circuit.