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 docs for important modules #414

Closed wfly1998 closed 2 months ago

wfly1998 commented 2 months ago

Motivation

This PR add docs for important modules, including client/mod.rs, client/request_builder.rs, server/mod.rs and server/route.rs.

#[deny(missing_docs)] is also added for client::request_builer and server::route.

In addition, we bump volo-http to 0.2.0 and we will release it after this PR merged.

Solution