1. HTTP client
  2. httpbin
  3. reqwest
  4. Blocking reqwest
    1. Simple blocking http client with reqwest
    2. Simple blocking HTTP GET request in Rust
    3. Simple blocking HTTP POST request using Rust
    4. Set the User-Agent in a HTTP request using Rust reqwest
    5. HTTP reqwest sending cookie
  5. Async reqwest
    1. http-client async with reqwest
    2. Async reqwest - get IP in a simple JSON structure
    3. Async reqwest - set User Agent
    4. Download many URLs in parallel (async)
  6. ureq
    1. Blocking GET with ureq
  7. TODO
    1. Accept cookies in an HTTP request sent by the server