MySQL 9.4.0
Source Code Documentation
HttpRequestRouter::RouteDirectMatcher::UrlPathKey Struct Reference

#include <http_request_router.h>

Public Types

using UrlPathElem = std::optional< std::string >
 

Public Member Functions

bool operator< (const UrlPathKey &other) const
 
auto str () const
 

Public Attributes

std::vector< UrlPathElempath_elements
 
bool allow_trailing_slash
 

Member Typedef Documentation

◆ UrlPathElem

Member Function Documentation

◆ operator<()

bool HttpRequestRouter::RouteDirectMatcher::UrlPathKey::operator< ( const UrlPathKey other) const

◆ str()

auto HttpRequestRouter::RouteDirectMatcher::UrlPathKey::str ( ) const
inline

Member Data Documentation

◆ allow_trailing_slash

bool HttpRequestRouter::RouteDirectMatcher::UrlPathKey::allow_trailing_slash

◆ path_elements

std::vector<UrlPathElem> HttpRequestRouter::RouteDirectMatcher::UrlPathKey::path_elements

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