MySQL 9.3.0
Source Code Documentation
mrs::interface::Options::AllowedOrigins Class Reference

#include <rest_handler.h>

Public Types

enum  AllowedOriginsType { AllowNone , AllowAll , AllowSpecified }
 

Public Attributes

AllowedOriginsType type {AllowNone}
 
std::vector< std::string > allowed_origins
 

Member Enumeration Documentation

◆ AllowedOriginsType

Enumerator
AllowNone 
AllowAll 
AllowSpecified 

Member Data Documentation

◆ allowed_origins

std::vector<std::string> mrs::interface::Options::AllowedOrigins::allowed_origins

◆ type

AllowedOriginsType mrs::interface::Options::AllowedOrigins::type {AllowNone}

The documentation for this class was generated from the following file: