ofxHTTP
A collection of tools for HTTP.
ofx::HTTP::BaseRouteSettings Member List

This is the complete list of members for ofx::HTTP::BaseRouteSettings, including all inherited members.

BaseRouteSettings(const std::string &routePathPattern=BaseRouteSettings::DEFAULT_ROUTE_PATH_PATTERN, bool requireSecurePort=false, bool requireAuthentication=false, const HTTPMethodSet &validHTTPMethods=HTTPMethodSet())ofx::HTTP::BaseRouteSettings
DEFAULT_ROUTE_PATH_PATTERNofx::HTTP::BaseRouteSettingsstatic
getRoutePathPattern() constofx::HTTP::BaseRouteSettings
getValidContentTypes() constofx::HTTP::BaseRouteSettings
getValidHTTPMethods() constofx::HTTP::BaseRouteSettings
HTTPMethodSet typedefofx::HTTP::BaseRouteSettings
MediaTypeSet typedefofx::HTTP::BaseRouteSettings
requireAuthentication() constofx::HTTP::BaseRouteSettings
requireSecurePort() constofx::HTTP::BaseRouteSettings
setRequireAuthentication(bool requireAuthentication)ofx::HTTP::BaseRouteSettings
setRequireSecurePort(bool requireSecurePort)ofx::HTTP::BaseRouteSettings
setRoutePathPattern(const std::string &routePathPattern)ofx::HTTP::BaseRouteSettings
setValidContentTypes(const MediaTypeSet &validContentTypes)ofx::HTTP::BaseRouteSettings
setValidHTTPMethods(const HTTPMethodSet &validHTTPMethods)ofx::HTTP::BaseRouteSettings
~BaseRouteSettings()ofx::HTTP::BaseRouteSettingsvirtual