Skip to content

Commit 1869c84

Browse files
committed
chore(volo-http): update CLAUDE.md to include stat.rs
1 parent 17cec6d commit 1869c84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

volo-http/CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ volo-http/src/
1212
├── response.rs # Response type alias
1313
├── context/ # RPC contexts
1414
│ ├── client.rs # ClientContext (target, stats, timeout)
15-
│ └── server.rs # ServerContext (RpcInfo, path params, extensions)
15+
│ ├── server.rs # ServerContext (RpcInfo, path params, extensions)
16+
│ └── stat.rs # CommonStats
1617
├── error/
1718
│ ├── client.rs # ClientError
1819
│ └── server.rs # ExtractBodyError

0 commit comments

Comments
 (0)