Home
last modified time | relevance | path

Searched refs:allowedMethods_ (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DCORSRule.h34 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