Skip to main content

Overview

Demonstrates basic HTTP client usage: building a client, sending a request, and reading status/headers/body from the response. Uses a Mock driver so this example runs without network.

Example