uses method

Implementation

MethodPrepare uses(List<Middleware> f) {
  _pathMethod.reqHandlers.addAll(f);
  return this;
}