tree: 7bcd90012415910c7d2bc41ea7605a2ab8f0af24 [path history] [tgz]
  1. src/
  2. tests/
  3. .gitignore
  4. Cargo.toml
  5. README.md
tools/http3_test/README.md

This crate provides an API to build httpbin test requests and expected outcomes. These can be used with the quiche HTTP/3 module to communicate with an httpbin test server.

Building

 $ cargo build

Running

We use cargo test to execute different httpbin tests. By default this points to https://cloudflare-quic.com/b

 $ cargo test

To test a different server, use the HTTPBIN_ENDPOINT environment variable

 $ HTTPBIN_ENDPOINT=https://<some_other_endpoint> cargo test