You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenAPI/kiota/middleware.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,3 +79,6 @@ The following table describes which middleware handlers are implemented by the H
79
79
80
80
> [!NOTE]
81
81
> 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