1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/tcp_http_get_class.md

792 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true true false false Fun - tcp_http_get_class.fun — overview Documentation for tcp_http_get_class.fun — overview Documentation for tcp_http_get_class.fun — overview /documentation/examples/tcp_http_get_class/ en
documentation
handbook
installation
usage
introduction
help
guide
howto
docs
specifications
specs
repl

tcp_http_get_class.fun — overview

What it shows

  • Manual HTTP client implemented with a small helper class over sockets.

How to run

  • export FUN_LIB_DIR="./lib"
  • ./build_debug/fun examples/tcp_http_get_class.fun
  • Or: fun examples/tcp_http_get_class.fun

Notes

  • Requires network access to the target host used in the script.