Category: Networking & HTTP
Loop SSH Across Hosts
Run the same command on a list of hosts with -o BatchMode for key-only auth.
Author:
chris
WebSocket Client in the Browser
Open a WebSocket, send a message, and log incoming frames.
Author:
chris
Fetch API GET Request
Modern Fetch with async/await, response status check, and JSON parsing.
Author:
chris
Send Email with mail() in PHP
Fire-and-forget mail via the built-in mail() — fine for low-volume.
Author:
chris
cURL GET Request in PHP
Issue a GET request with libcurl wrappers and capture the body.
Author:
chris
HTTP GET with reqwest
Async HTTP GET with the popular reqwest crate and tokio runtime.
Author:
chris