Files
clockwork-labs-bot 77ed3b1e05 Smoketests - Use reqwest for HTTP API calls (#5456)
# Description of Changes

Use `reqwest` for smoketest HTTP API helper calls instead of
hand-writing HTTP over a raw `TcpStream`.

This lets the shared `api_call` helpers work against HTTPS remote
servers as well as local HTTP servers. It also preserves the server URL
protocol when `login_with_token` rewrites a test config.

# API and ABI breaking changes

None.

# Expected complexity level and risk

1. This is a focused smoketest helper change.

# Testing

- [x] `cargo fmt --all --check`
- [x] `git diff --check`
- [x] `cargo check -p spacetimedb-smoketests`

---------

Co-authored-by: clockwork-labs-bot <clockwork-labs-bot@users.noreply.github.com>
2026-06-29 03:12:36 +00:00
..
2026-06-22 04:08:56 +00:00