Skip to content

Commit 57366ad

Browse files
committed
fix: adds note regarding aspnet request body decompression
Signed-off-by: Vincent Biret <[email protected]>
1 parent 8aa00af commit 57366ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

OpenAPI/kiota/middleware.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ The following table describes which middleware handlers are implemented by the H
7979
8080
> [!NOTE]
8181
> Languages with **Default** for the handler support value include the handler by default when creating the request adapter with no additional configuration.
82+
83+
> [!NOTE]
84+
> Request body decompression is not enabled by default in ASP.NET Core APIs and needs to be enabled. Find out how to enable it with [Request Decompression in ASP.NET core](/aspnet/core/fundamentals/middleware/request-decompression).

0 commit comments

Comments
 (0)