Crow  1.1
A C++ microframework for the web
crow::CORSRules Member List

This is the complete list of members for crow::CORSRules, including all inherited members.

allow_credentials()crow::CORSRulesinline
blueprint(const Blueprint &bp)crow::CORSRulesinline
crow::CORSHandler (defined in crow::CORSRules)crow::CORSRulesfriend
global()crow::CORSRulesinline
headers(const std::string &header)crow::CORSRulesinline
headers(const std::string &header, Headers... header_list)crow::CORSRulesinline
ignore()crow::CORSRulesinline
max_age(int max_age)crow::CORSRulesinline
methods(crow::HTTPMethod method)crow::CORSRulesinline
methods(crow::HTTPMethod method, Methods... method_list)crow::CORSRulesinline
origin(const std::string &origin)crow::CORSRulesinline
prefix(const std::string &prefix)crow::CORSRulesinline