1urlout(1) GNU Telephony urlout(1)
2
3
4
6 urlout - stream output of url.
7
9 urlout [options] url
10
12 This utility will stream a url address to stdout. It can be used to
13 test usecure ssl/tls streaming operations, as well as supporting
14 generic http urls. Various options will be added to aide debugging of
15 tls streams in the future.
16
18 --port=numnber
19 Specify alternate port number.
20
21 --help Outputs help screen for the user.
22
24 urlout was written by David Sugar <dyfet@gnutelephony.org>.
25
27 Report bugs to bug-commoncpp@gnu.org or bugs@gnutelephony.org.
28
30 Copyright © 2013-2014 David Sugar, Tycho Softworks.
31 This is free software; see the source for copying conditions. There is
32 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
33 PURPOSE.
34
35
36
37
38GNU uCommon August 2013 urlout(1)