ReadableHttp.Try
2.1.0
dotnet add package ReadableHttp.Try --version 2.1.0
NuGet\Install-Package ReadableHttp.Try -Version 2.1.0
<PackageReference Include="ReadableHttp.Try" Version="2.1.0" />
<PackageVersion Include="ReadableHttp.Try" Version="2.1.0" />
<PackageReference Include="ReadableHttp.Try" />
paket add ReadableHttp.Try --version 2.1.0
#r "nuget: ReadableHttp.Try, 2.1.0"
#:package ReadableHttp.Try@2.1.0
#addin nuget:?package=ReadableHttp.Try&version=2.1.0
#tool nuget:?package=ReadableHttp.Try&version=2.1.0
ReadableHttp.Try
Optional .NET 10 normalization of OpenAPI/Swagger, .http, curl and ReadableHttp JSON into request documents. No UI or application host is required.
dotnet add package ReadableHttp.Try --version 2.1.0
using ReadableHttp.Try;
var document = new ReadableTryDocumentLoader().Load(
"GET https://api.example.com/users/42", "users.http", ".http");
foreach (var operation in document.Operations)
Console.WriteLine($"{operation.Method} {operation.Path}");
Use LoadAsync(path, cancellationToken) for a local file. Each normalized operation exposes a ReadableRequest; pass it to an SDK executor to send it. ReadableSpecificationRefresher supports specification refresh workflows. Loading a document does not execute its requests.
The project moved from application supports into extensions; the ReadableHttp.Try namespace is unchanged. Dependencies are ReadableHttp, ReadableHttp.ImportExport and ReadableHttp.Storage.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- ReadableHttp (>= 2.1.0)
- ReadableHttp.ImportExport (>= 2.1.0)
- ReadableHttp.Storage (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.0 | 96 | 9/5/2026 |