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

27 lines
626 B
Markdown

---
layout: page
published: true
noToc: false
noComments: false
noDate: false
title: Fun - tcp_http_get.fun — overview
subtitle: Documentation for tcp_http_get.fun — overview
description: Documentation for tcp_http_get.fun — overview
permalink: /documentation/examples/tcp_http_get/
lang: en
tags:
- example
- tcp_http_get
---
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.