Commit a8ff867
committed
Move some
`Handler` is a wrapper around `HanderInner`. Some functions on
on `Handler` just forward to the samed-named functions on
`HandlerInner`.
This commit removes as many of those as possible, implementing functions
on `Handler` where possible, to avoid the boilerplate required for
forwarding. The commit is moderately large but it's very mechanical.HandlerInner functions to Handler.1 parent 8c20ad6 commit a8ff867
1 file changed
+164
-212
lines changed
0 commit comments