use method

Implementation

MethodPrepare use(Middleware f) {
  _pathMethod.reqHandlers.add(f);
  return this;
}