Searched refs:allowedMethods_ (Results 1 – 1 of 1) sorted by relevance
34 const CORSAllowedList& AllowedMethods() const { return allowedMethods_; } in AllowedMethods()39 void addAllowedMethod(const std::string& method) { allowedMethods_.push_back(method); } in addAllowedMethod()46 allowedMethods_.clear(); in clear()53 CORSAllowedList allowedMethods_; variable
Completed in 6 milliseconds