* Ask the handler for direct execution instead of just looking at the RequestLane.
* Update arangod/RestHandler/RestDocumentHandler.cpp
* Do not access handler avter it was moved into lambda.
* Lambda should be mutable otherwise members are const and moving has no effect.
* Added more handlers to allowDirectExecution.
* Only allow direct execution for RestClusterHandler if asking for endpoints.
* Make request forwarding (load-balancing) non-blocking.
* Apply suggestions from code review
Co-Authored-By: Jan <jsteemann@users.noreply.github.com>
* Address review comments.
* Use more appropriate method.