cloudwego / volo

Rust RPC framework with high-performance and strong-extensibility for building micro-services.
https://crates.io/crates/volo
Apache License 2.0
2.13k stars 166 forks source link

chore(volo-http): add some unit tests and helpers for server #451

Closed wfly1998 closed 2 weeks ago

wfly1998 commented 2 weeks ago

Motivation

Unit testing is missing in server of Volo-HTTP.

Solution

This PR adds a mod test_helpers and unit tests for extract, handler, route are also added.