pike.git/
src/
modules/
_Roxen/
roxen.c
Branch:
Tag:
Non-build tags
All tags
No tags
2012-09-13
2012-09-13 14:06:57 by Martin Nilsson <nilsson@opera.com>
14ae15bf19fb4199b5400122a34101ebd0df8c5d (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Documentation of http_decode_string.
377:
static void f_http_decode_string(INT32 args) /*! @decl string http_decode_string(string encoded) *!
-
*! Decodes an http transport-encoded string.
+
*! Decodes an http transport-encoded string.
Knows about %XX and
+
*! %uXXXX syntax. Treats %UXXXX as %uXXXX. It will treat '+' as '+'
+
*! and not ' ', so form decoding needs to replace that in a second
+
*! step.
*/ { int proc;