This is the complete list of members for crow::CORSRules, including all inherited members.
add_list_item(std::string &list, const std::string &val) | crow::CORSRules | inlineprivate |
allow_credentials() | crow::CORSRules | inline |
allow_credentials_ | crow::CORSRules | private |
apply(crow::response &res) | crow::CORSRules | inlineprivate |
blueprint(const Blueprint &bp) | crow::CORSRules | |
CORSRules()=delete | crow::CORSRules | private |
CORSRules(CORSHandler *handler) | crow::CORSRules | inlineprivate |
crow::CORSHandler | crow::CORSRules | friend |
global() | crow::CORSRules | |
handler_ | crow::CORSRules | private |
headers(const std::string &header) | crow::CORSRules | inline |
headers(const std::string &header, Headers... header_list) | crow::CORSRules | inline |
headers_ | crow::CORSRules | private |
ignore() | crow::CORSRules | inline |
ignore_ | crow::CORSRules | private |
max_age(int max_age) | crow::CORSRules | inline |
max_age_ | crow::CORSRules | private |
methods(crow::HTTPMethod method) | crow::CORSRules | inline |
methods(crow::HTTPMethod method, Methods... method_list) | crow::CORSRules | inline |
methods_ | crow::CORSRules | private |
origin(const std::string &origin) | crow::CORSRules | inline |
origin_ | crow::CORSRules | private |
prefix(const std::string &prefix) | crow::CORSRules | |
set_header_no_override(const std::string &key, const std::string &value, crow::response &res) | crow::CORSRules | inlineprivate |