#include <mw/ineturilist.h>
| class MUriCustomiser |
| Public Member Functions | |
|---|---|
| pure virtual CUri8 * | OnUriCustomisationL(const TUriC8 &) |
This class defines the interface that can be implemented by an application that wishes to do protocol and scheme-based normalisation of the URI before query operation.
The callback function that will be called to perform scheme and protocol-based normalisation. The URI will be syntax normalised before calling this function.
| Parameters | |
|---|---|
| aUri | The syntax normalised URI. |