GHOST-mHBr / urlEncoder

URL encoder written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urlEncoder

URL encoder written in c

Usage: urlEncode [OPTION...] input
simple URL encoder

  -a, --escape_all           escape all characters including alphabet and
                             digits
  -d, --delimiter=STRING     use STRING as delimiter between encoded string characters
  -i, --input_file=FILE      input file instead of standard input
  -o, --output_file=FILE     output file instead of standard output. NOTE that
                             if the output file exists, it will be overwritten
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.

Report bugs to <ghostmhbr@gmail.com>.

About

URL encoder written in C


Languages

Language:C 100.0%