| 159 | |
| 160 | template<typename func> |
| 161 | void wrapGet(const std::set<Capability>& caps, const std::string& pattern, func f) { wrapGetOrPost(true, caps, pattern, f); }; |
| 162 | template<typename func> |
| 163 | void wrapPost(const std::set<Capability>& caps, const std::string& pattern, func f) { wrapGetOrPost(false, caps, pattern, f); }; |
| 164 | void standardFunctions(); |