UnencodeURL Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
UnencodeURL Function
C
void UnencodeURL(
    BYTE* URL
);
Description

This function is deprecated except for use with HTTP Classic. It attempts to decode a URL encoded string, converting all hex escape sequences into a literal byte. However, it is inefficient over long strings and does not handle URL-encoded data strings ('&' and '=').

Preconditions

None

Parameters
Parameters 
Description 
URL 
the null-terminated string to decode 
Returns

None

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.