|
10Duke Scale C++ Client
|
This is the complete list of members for URLCodec, including all inherited members.
| decodeURLComponent(const char *value) const=0 | URLCodec | pure virtual |
| decodeURLComponent(const char *value, size_t length) const=0 | URLCodec | pure virtual |
| decodeURLComponent(const std::string &value) const=0 | URLCodec | pure virtual |
| encodeFormItem(const std::string &value) const=0 | URLCodec | pure virtual |
| encodeURLComponent(const std::string &value) const=0 | URLCodec | pure virtual |
| encodeURLPath(const std::string &value) const=0 | URLCodec | pure virtual |
| encodeURLQuery(const std::vector< std::pair< std::string, std::string > > &queryParameters) const=0 | URLCodec | pure virtual |
| toRequestTarget(const ::tenduke::net::URL &url) const=0 | URLCodec | pure virtual |
| toString(const ::tenduke::net::URL &url) const=0 | URLCodec | pure virtual |
| ~URLCodec()=default (defined in URLCodec) | URLCodec | virtual |