Skip to content

Commit b855b13

Browse files
committed
feat: adds body inspection handler
Signed-off-by: Vincent Biret <[email protected]>
1 parent 57366ad commit b855b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OpenAPI/kiota/middleware.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The following table describes which middleware handlers are implemented by the H
6262
| Name | Description | C# Support | Go Support | Java Support | TypeScript Support | PHP Support | Python Support |
6363
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
6464
| Authorization | Adds an access token to the request when using a native HTTP client. | Yes | No | Yes | No | No | No |
65+
| Body Inspection | Allows the client application to inspect the request and response body through the associated options. | No | No | No | No | No | No |
6566
| Chaos | For testing purposes only. Randomly fails requests to allow testing clients' resilience. | Yes | Yes | Yes | Yes | Yes | No |
6667
| Headers Inspection | Allows the client application to inspect the request and response headers through the associated options. | Default | Default | Default | Default | Default | Default |
6768
| 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 |

0 commit comments

Comments
 (0)