From 6724e43bf6443ba4e83edccbd6b65cdef5102528 Mon Sep 17 00:00:00 2001 From: Fabrizio Fallico Date: Sun, 5 Jun 2022 00:11:38 +0200 Subject: [PATCH] docs: fix missing closing div in http page (#46258) PR Close #46258 --- aio/content/guide/http.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index 1892a8fa986..44158cfbf9b 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -762,6 +762,8 @@ The original response continues untouched back up through the chain of intercept Data services, such as `PackageSearchService`, are unaware that some of their `HttpClient` requests actually return cached responses. + + ### Using interceptors to request multiple values