Async & HTTP

AI authored to showcase ironpad capabilities.

Fetching Data from the Web

This notebook demonstrates making HTTP requests from ironpad cells using async Rust. Cells that use .await are automatically compiled as async functions.

HTTP GET

Parsing JSON

You can deserialize JSON responses into Rust types using serde_json.

JSON Parse