Lines Matching refs:URL
6 Help: HTTP POST data URL encoded
15 - --data-urlencode name=val $URL
16 - --data-urlencode =encodethis $URL
17 - --data-urlencode name@file $URL
18 - --data-urlencode @fileonly $URL
24 performs URL-encoding.
31 URL-encode the content and pass that on. Just be careful so that the content
36 URL-encode the content and pass that on. The preceding `=` symbol is not
40 URL-encode the content part and pass that on. Note that the name part is
41 expected to be URL-encoded already.
44 load data from the given file (including any newlines), URL-encode that data
48 load data from the given file (including any newlines), URL-encode that data
51 be URL-encoded already.