Sha256: 29820fe0d35ab4178a840b9b5f7666c37869441ccd8f872e9113d4b04caae3fe

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

Encode string for safe transport by URI or form encoding. This uses a CGI
style escape, which transforms ` ` into `+` and various special
characters into percent encoded forms.

This calls URI.encode_www_form_component for the implementation. The only
difference between this and CGI.escape is that it does not escape `*`.
http://stackoverflow.com/questions/25085992/

[See Also:]

  - URI.encode_www_form_component

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rest-man-1.1.0 _doc/lib/restman/utils/escape.rdoc