mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-07-24 02:57:23 -04:00
77ed3b1e05
# 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>