Table of contents
- IKestrunOpenApiProvider interface
- IKestrunOpenApiProvider.GetOpenApi method
- IKestrunRequestInvoker interface
- IKestrunRequestInvoker.InvokeAsync method
- IKestrunRequestValidator interface
- IKestrunRequestValidator.Validate method
- IKestrunRouteInspector interface
- IKestrunRouteInspector.GetRoute method
- IKestrunRouteInspector.ListRoutes method
- IKestrunRuntimeInspector interface
- IKestrunRuntimeInspector.Inspect method
- KestrunMcpError constructor
- KestrunMcpError record
- KestrunMcpError.Code property
- KestrunMcpError.Details property
- KestrunMcpError.Message property
- KestrunOpenApiDocumentResult record
- KestrunOpenApiDocumentResult.Document property
- KestrunOpenApiDocumentResult.DocumentId property
- KestrunOpenApiDocumentResult.Error property
- KestrunOpenApiDocumentResult.Version property
- KestrunOpenApiProvider class
- KestrunOpenApiProvider constructor
- KestrunOpenApiProvider.GetOpenApi method
- KestrunRequestInput constructor
- KestrunRequestInput record
- KestrunRequestInput.Body property
- KestrunRequestInput.Headers property
- KestrunRequestInput.Method property
- KestrunRequestInput.Path property
- KestrunRequestInput.Query property
- KestrunRequestInvoker class
- KestrunRequestInvoker constructor
- KestrunRequestInvoker.InvokeAsync method
- KestrunRequestInvokerOptions constructor
- KestrunRequestInvokerOptions record
- KestrunRequestInvokerOptions.AllowedPathPatterns property
- KestrunRequestInvokerOptions.EnableInvocation property
- KestrunRequestInvokerOptions.RedactedHeaders property
- KestrunRequestValidationResult record
- KestrunRequestValidationResult.Error property
- KestrunRequestValidationResult.IsValid property
- KestrunRequestValidationResult.Message property
- KestrunRequestValidationResult.Route property
- KestrunRequestValidationResult.StatusCode property
- KestrunRequestValidator class
- KestrunRequestValidator constructor
- KestrunRequestValidator.Validate method
- KestrunRouteDetail record
- KestrunRouteDetail.Error property
- KestrunRouteDetail.RequestSchemas property
- KestrunRouteDetail.Responses property
- KestrunRouteDetail.Route property
- KestrunRouteInspector class
- KestrunRouteInspector constructor
- KestrunRouteInspector.GetRoute method
- KestrunRouteInspector.ListRoutes method
- KestrunRouteInvokeResult record
- KestrunRouteInvokeResult.Body property
- KestrunRouteInvokeResult.ContentType property
- KestrunRouteInvokeResult.Error property
- KestrunRouteInvokeResult.Headers property
- KestrunRouteInvokeResult.StatusCode property
- KestrunRouteResponseSchema record
- KestrunRouteResponseSchema.Content property
- KestrunRouteResponseSchema.Description property
- KestrunRouteSummary record
- KestrunRouteSummary.Description property
- KestrunRouteSummary.HandlerLanguage property
- KestrunRouteSummary.HandlerName property
- KestrunRouteSummary.OperationId property
- KestrunRouteSummary.Pattern property
- KestrunRouteSummary.RequestContentTypes property
- KestrunRouteSummary.ResponseContentTypes property
- KestrunRouteSummary.Summary property
- KestrunRouteSummary.Tags property
- KestrunRouteSummary.Verbs property
- KestrunRuntimeInspectionResult record
- KestrunRuntimeInspectionResult.ApplicationName property
- KestrunRuntimeInspectionResult.Configuration property
- KestrunRuntimeInspectionResult.Environment property
- KestrunRuntimeInspectionResult.Listeners property
- KestrunRuntimeInspectionResult.RouteCount property
- KestrunRuntimeInspectionResult.StartTimeUtc property
- KestrunRuntimeInspectionResult.Status property
- KestrunRuntimeInspectionResult.StopTimeUtc property
- KestrunRuntimeInspectionResult.Uptime property
- KestrunRuntimeInspector class
- KestrunRuntimeInspector constructor
- KestrunRuntimeInspector.Inspect method
- KestrunRuntimeListener record
- KestrunRuntimeListener.Protocols property
- KestrunRuntimeListener.Url property
- KestrunRuntimeListener.UseHttps property