Merge remote branch 'fml/master'
[paraslash.git] / ggo / http_recv.ggo
1 option "host" i
2 #~~~~~~~~~~~~~~
3 "ip or host"
4 string
5 default="localhost"
6 optional
7 details="
8         Both IPv4 and IPv6 addresses are supported.
9 "
10
11 option "port" p
12 #~~~~~~~~~~~~~~
13 "tcp port to connect to"
14 int default="8000"
15 optional