]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ggo/http_recv.m4
Generate http_recv.ggo and include buffer_tree option.
[paraslash.git] / ggo / http_recv.m4
diff --git a/ggo/http_recv.m4 b/ggo/http_recv.m4
new file mode 100644 (file)
index 0000000..abe91b5
--- /dev/null
@@ -0,0 +1,20 @@
+include(header.m4)
+include(buffer_tree.m4)
+
+<qu>
+option "host" i
+#~~~~~~~~~~~~~~
+"ip or host"
+string
+default="localhost"
+optional
+details="
+       Both IPv4 and IPv6 addresses are supported.
+"
+
+option "port" p
+#~~~~~~~~~~~~~~
+"tcp port to connect to"
+int default="8000"
+optional
+</qu>