RockLib.Messaging.Http
1.0.0-alpha03
Prefix Reserved
See the version list below for details.
dotnet add package RockLib.Messaging.Http --version 1.0.0-alpha03
NuGet\Install-Package RockLib.Messaging.Http -Version 1.0.0-alpha03
<PackageReference Include="RockLib.Messaging.Http" Version="1.0.0-alpha03" />
paket add RockLib.Messaging.Http --version 1.0.0-alpha03
#r "nuget: RockLib.Messaging.Http, 1.0.0-alpha03"
// Install RockLib.Messaging.Http as a Cake Addin #addin nuget:?package=RockLib.Messaging.Http&version=1.0.0-alpha03&prerelease // Install RockLib.Messaging.Http as a Cake Tool #tool nuget:?package=RockLib.Messaging.Http&version=1.0.0-alpha03&prerelease
An implementation of RockLib.Messaging that sends and receives messages via HTTP.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- RockLib.Messaging (>= 2.0.0-alpha08)
-
.NETFramework 4.6.2
- RockLib.Messaging (>= 2.0.0-alpha08)
-
.NETStandard 2.0
- RockLib.Messaging (>= 2.0.0-alpha08)
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 |
---|---|---|
3.0.1 | 114 | 7/19/2024 |
3.0.0 | 187 | 3/4/2024 |
3.0.0-alpha.1 | 71 | 2/28/2024 |
2.0.1 | 394 | 2/27/2023 |
2.0.0 | 2,040 | 3/24/2022 |
1.0.8 | 1,187 | 8/13/2021 |
1.0.7 | 3,224 | 5/7/2021 |
1.0.6 | 403 | 3/3/2021 |
1.0.5 | 556 | 8/14/2020 |
1.0.4 | 452 | 7/30/2020 |
1.0.3 | 544 | 7/29/2020 |
1.0.2 | 716 | 4/3/2019 |
1.0.1 | 654 | 2/1/2019 |
1.0.0 | 750 | 1/10/2019 |
1.0.0-alpha09 | 519 | 1/3/2019 |
1.0.0-alpha08 | 522 | 12/19/2018 |
1.0.0-alpha07 | 532 | 12/8/2018 |
1.0.0-alpha06 | 549 | 12/2/2018 |
1.0.0-alpha05 | 534 | 11/30/2018 |
1.0.0-alpha04 | 569 | 11/30/2018 |
1.0.0-alpha03 | 539 | 11/28/2018 |
1.0.0-alpha02 | 558 | 11/28/2018 |
1.0.0-alpha01 | 556 | 11/26/2018 |
RockLib.Messaging.Http version 1.0.0-alpha03
- HttpClientSender splits message headers by ',' and ';' infer http headers with multiple values.
- Adds a defaultHeaders constructor parameter to HttpClientSender.
- Adds support for Content-Type in HttpClientSender and HttpListenerReceiver.
- HttpClientSender sets the outgoing request's content type from the current message's headers or from its own default headers.
- When set in HttpListenerReceiver, messages that don't have that content type receive a 415 response.
- Simplifies HttpListenerReceiver constructors by omitting status description parameters.