actix-web/actix-http-test
Bruno Oliveira 2b090e0817 feat: add QUERY method helpers to awc client and test servers
Extend HTTP QUERY (RFC 10008) support to the remaining per-method
convenience surfaces, mirroring PATCH:

- awc: `Client::query()`
- actix-test: `TestServer::query()`
- actix-http-test: `TestServer::query()` and the HTTPS `TestServer::squery()`

Also tighten `TestRequest::query()`'s doc to match its sibling helpers.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-07 19:21:22 -03:00
..
src feat: add QUERY method helpers to awc client and test servers 2026-07-07 19:21:22 -03:00
CHANGES.md feat: add QUERY method helpers to awc client and test servers 2026-07-07 19:21:22 -03:00
Cargo.toml Update socket2 to v0.6 (#3688) 2025-07-14 01:13:01 +00:00
LICENSE-APACHE test-server => actix-http-test (#1807) 2020-12-02 17:23:30 +00:00
LICENSE-MIT test-server => actix-http-test (#1807) 2020-12-02 17:23:30 +00:00
README.md build(deps): bump time from 0.3.45 to 0.3.46 (#3893) 2026-01-28 08:10:27 +00:00

README.md

actix-http-test

crates.io Documentation Version MIT or Apache 2.0 licensed
Dependency Status Download Chat on Discord

Various helpers for Actix applications to use during testing.