MultiPlug.Ext.Networks 1.0.7-alpha

This is a prerelease version of MultiPlug.Ext.Networks.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MultiPlug.Ext.Networks --version 1.0.7-alpha
NuGet\Install-Package MultiPlug.Ext.Networks -Version 1.0.7-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MultiPlug.Ext.Networks" Version="1.0.7-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MultiPlug.Ext.Networks --version 1.0.7-alpha
#r "nuget: MultiPlug.Ext.Networks, 1.0.7-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MultiPlug.Ext.Networks as a Cake Addin
#addin nuget:?package=MultiPlug.Ext.Networks&version=1.0.7-alpha&prerelease

// Install MultiPlug.Ext.Networks as a Cake Tool
#tool nuget:?package=MultiPlug.Ext.Networks&version=1.0.7-alpha&prerelease

Use this Extension for HTTP Endpoints, HTTP Requests and SSDP discovery

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

* Changelog
1.0.7:
1. HTTP Request POST Media types can now be set to either Forms, JSON or Plain. Forms and JSON are automatically encoded.
2. An API key header can now be set.
3. User interface improvements.
1.0.3:
1. Allows the setup of Http REST endpoints.