unplugged-system/external/libwebsockets/minimal-examples/http-client
2025-10-06 13:59:42 +00:00
..
minimal-http-client Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
minimal-http-client-attach Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
minimal-http-client-captive-portal Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
minimal-http-client-certinfo Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
minimal-http-client-custom-headers Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
minimal-http-client-h2-rxflow Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
minimal-http-client-hugeurl Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
minimal-http-client-jit-trust Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
minimal-http-client-multi Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
minimal-http-client-post Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

name demonstrates
minimal-http-client-certinfo Shows how to gain detailed information on the peer certificate
minimal-http-client-custom-headers Shows how to send and receive custom headers (h1 only)
minimal-http-client-hugeurl Sends a > 2.5KB URL to warmcat.com
minimal-http-client-multi Connects to and reads https://warmcat.com, 8 times concurrently
minimal-http-client-post POSTs a form containing an uploaded file and a form variable, and captures the response
minimal-http-client Connects to and reads https://warmcat.com