Skip to main content
TypeSafe.Http.Net.Core package icon

TypeSafe.Http.Net.Core

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. The Core library is the library you should include in your project. It conains a partial implementation of the TypeSafe.Http.Net.Api that with Castle.Core's DynamicProxy allows you to create instances of your Service interface that you have annotated with the TypeSafe.Http.Net.Metadata. Most importantly it contains the RestServiceBuilder<TRestServiceInterface> type which can be interfaced with to generate a REST client interface.

Total Downloads
23.7K
23,676
Published
Feb 27, 2018
Latest stable version

Install

.NET CLI
dotnet add package TypeSafe.Http.Net.Core --version 2.2.10
Package Manager Console
Install-Package TypeSafe.Http.Net.Core -Version 2.2.10
PackageReference
<PackageReference Include="TypeSafe.Http.Net.Core" Version="2.2.10" />

Frameworks

.NETFramework4.5 .NETStandard1.4

Dependencies

TypeSafe.Http.Net.Api
.NETFramework4.5
[2.2.10, )
Castle.Core
.NETFramework4.5
[4.1.0, )
[1.2.3, )
TypeSafe.Http.Net.Api
.NETStandard1.4
[2.2.10, )
Castle.Core
.NETStandard1.4
[4.1.0, )
[1.2.3, )
NETStandard.Library
.NETStandard1.4
[1.6.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.