luci/modules/luci-base/luasrc/http
Yousong Zhou 20ccc90350 luci-base: urlencode: encode all except unreserved characters.
As per http://tools.ietf.org/html/rfc3986#section-2.3

   Characters that are allowed in a URI but do not have a reserved
   purpose are called unreserved.  These include uppercase and lowercase
   letters, decimal digits, hyphen, period, underscore, and tilde.

      unreserved  = ALPHA / DIGIT / "-" / "." / "_" / "~"

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-11-03 17:07:45 +08:00
..
protocol Move inline documentation into separate files. 2015-01-29 16:26:46 +01:00
protocol.lua luci-base: urlencode: encode all except unreserved characters. 2015-11-03 17:07:45 +08:00
protocol.luadoc Move inline documentation into separate files. 2015-01-29 16:26:46 +01:00