docs: add comments in forwarder and todo

This commit is contained in:
Jun Kurihara 2023-08-08 18:02:37 +09:00
commit 2edc8eb79f
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ where
{
// TODO: need `h2c` or http/2-only client separately
inner: Client<C, B>,
// TODO: maybe this forwarder definition is suitable for cache handling.
}
#[async_trait]