From 6866cec7163097c83ec71c2f72eba12b9d494153 Mon Sep 17 00:00:00 2001 From: RKS Date: Wed, 16 Sep 2026 08:58:14 -0400 Subject: [PATCH] docs(kiota): mark Python body inspection as default --- OpenAPI/kiota/middleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/kiota/middleware.md b/OpenAPI/kiota/middleware.md index 9e171fc..20b1b9e 100644 --- a/OpenAPI/kiota/middleware.md +++ b/OpenAPI/kiota/middleware.md @@ -145,7 +145,7 @@ The following table describes which middleware handlers are implemented by the H | Name | Description | C# Support | Go Support | Java Support | TypeScript Support | PHP Support | Python Support | | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | | Authorization | Adds an access token to the request when using a native HTTP client. | Yes | No | Yes | No | No | No | -| Body Inspection | Allows the client application to inspect the request and response body through the associated options. | Yes | No | No | No | No | No | +| Body Inspection | Allows the client application to inspect the request and response body through the associated options. | Yes | No | No | No | No | Default | | Chaos | For testing purposes only. Randomly fails requests to allow testing clients' resilience. | Yes | Yes | Yes | Yes | Yes | No | | Headers Inspection | Allows the client application to inspect the request and response headers through the associated options. | Default | Default | Default | Default | Default | Default | | Parameters Name Decoding | Decodes query parameter names that were encoded when building the URL because they contained characters not allowed by RFC 6570. | Default | Default | Default | Default | Default | Default |