HttpConvertName
Converts all reserved characters into escape sequences, and writes the result into a destination string.
#include <httpexp.h>
void HttpConvertName (
char *src,
char *dst,
UINT32 srclen);
For example, the string “computing power” would be converted to “computing%20power”.