Class Uri
Inherited by the following classes: UriBraces, UriGlob, UriRegex
Public Functions
Type | Name |
---|---|
Uri (const char * uri) |
|
Uri (const String & uri) |
|
Uri (const __FlashStringHelper * uri) |
|
virtual bool | canHandle (const String & requestUri, __attribute__((unused)) std::vector< String > & pathArgs) |
virtual Uri * | clone () const |
virtual void | initPathArgs (__attribute__((unused)) std::vector< String > & pathArgs) |
virtual | ~Uri () |
Protected Attributes
Type | Name |
---|---|
const String | _uri |
Public Functions Documentation
function Uri [1/3]
function Uri [2/3]
function Uri [3/3]
function canHandle
inline virtual bool Uri::canHandle (
const String & requestUri,
__attribute__((unused)) std::vector< String > & pathArgs
)
function clone
function initPathArgs
function ~Uri
Protected Attributes Documentation
variable _uri
The documentation for this class was generated from the following file cores/common/arduino/libraries/ext/WebServer/Uri.h