We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cec6d commit 1869c84Copy full SHA for 1869c84
1 file changed
volo-http/CLAUDE.md
@@ -12,7 +12,8 @@ volo-http/src/
12
├── response.rs # Response type alias
13
├── context/ # RPC contexts
14
│ ├── client.rs # ClientContext (target, stats, timeout)
15
-│ └── server.rs # ServerContext (RpcInfo, path params, extensions)
+│ ├── server.rs # ServerContext (RpcInfo, path params, extensions)
16
+│ └── stat.rs # CommonStats
17
├── error/
18
│ ├── client.rs # ClientError
19
│ └── server.rs # ExtractBodyError
0 commit comments