KestrunRequestInput record
Proposed request payload used by validation and invocation tools.
public record KestrunRequestInput
Public Members
| name | description |
|---|---|
| KestrunRequestInput() | The default constructor. |
| Body { get; set; } | Request body. |
| Headers { get; set; } | Request headers. |
| Method { get; set; } | HTTP method. |
| Path { get; set; } | Request path. |
| Query { get; set; } | Request query values. |
See Also
- namespace Kestrun.Mcp
- KestrunRequestInput.cs