MySQL 9.4.0
Source Code Documentation
http::base::UriPathMatcher Struct Reference

#include <uri_path_matcher.h>

Public Member Functions

std::string str () const
 
auto operator<=> (const UriPathMatcher &) const =default
 

Public Attributes

std::string path
 
bool allow_id_element
 
bool allow_trailing_slash
 

Member Function Documentation

◆ operator<=>()

auto http::base::UriPathMatcher::operator<=> ( const UriPathMatcher ) const
default

◆ str()

std::string http::base::UriPathMatcher::str ( ) const
inline

Member Data Documentation

◆ allow_id_element

bool http::base::UriPathMatcher::allow_id_element

◆ allow_trailing_slash

bool http::base::UriPathMatcher::allow_trailing_slash

◆ path

std::string http::base::UriPathMatcher::path

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