Investigate/standardize the current methods of threading
Currently 2 methods of threading are used, The EventBase class from folly in the get Request Handler and std::async in put. It would be nice to only use one method, therefore deciding which version should be used and then implement it for the handler, that is not using it already. Also, in case the handler for HEAD requests (get Metadata) is already in place, that should be updated as well.
Edited by Aaron Dees