Class UriGlob
Inherits the following classes: Uri
Public Functions
| Type | Name |
|---|---|
| UriGlob (const char * uri) |
|
| UriGlob (const String & uri) |
|
| virtual bool | canHandle (const String & requestUri, __attribute__((unused)) std::vector< String > & pathArgs) override |
| virtual Uri * | clone () override const |
Public Functions inherited from Uri
See Uri
| 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 inherited from Uri
See Uri
| Type | Name |
|---|---|
| const String | _uri |
Public Functions Documentation
function UriGlob [1/2]
function UriGlob [2/2]
function canHandle
inline virtual bool UriGlob::canHandle (
const String & requestUri,
__attribute__((unused)) std::vector< String > & pathArgs
) override
Implements Uri::canHandle
function clone
Implements Uri::clone
The documentation for this class was generated from the following file cores/common/arduino/libraries/ext/WebServer/uri/UriGlob.h