626 B
626 B
| layout | published | noToc | noComments | noDate | title | subtitle | description | permalink | lang | tags | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| page | true | false | false | false | Fun - tcp_http_get.fun — overview | Documentation for tcp_http_get.fun — overview | Documentation for tcp_http_get.fun — overview | /documentation/examples/tcp_http_get/ | en |
|
What it shows
- Manual HTTP client over raw TCP sockets: connect, write request, read response.
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/tcp_http_get.fun
- Or: fun examples/tcp_http_get.fun
Notes
- Requires network access to the target host used in the script.