Sigmus.Http
0.0.2
dotnet add package Sigmus.Http --version 0.0.2
NuGet\Install-Package Sigmus.Http -Version 0.0.2
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="Sigmus.Http" Version="0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sigmus.Http" Version="0.0.2" />
<PackageReference Include="Sigmus.Http" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sigmus.Http --version 0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sigmus.Http, 0.0.2"
#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.
#:package Sigmus.Http@0.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sigmus.Http&version=0.0.2
#tool nuget:?package=Sigmus.Http&version=0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Sigmus.Http
HTTP 客户端与服务端模块,为 SigmusFrameworkV2 提供 HTTP 基础设施。
功能
- HTTP 客户端 — 基于 Flurl.Http 的链式调用客户端
- HTTP 服务端 — 基于 Grapevine 的轻量级嵌入式 HTTP 服务器
- Multipart 支持 — 文件上传与表单解析(HttpMultipartParser)
- AOP 支持 — 通过 AspectInjector 实现切面注入
安装
dotnet add package Sigmus.Http
依赖
Sigmus.CommonFlurl.HttpGrapevine
许可证
MIT © Luufery
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- AspectInjector (>= 2.9.0)
- Flurl.Http (>= 4.0.2)
- Grapevine (>= 5.0.2)
- HttpMultipartParser (>= 9.2.0)
- Sigmus.Common (>= 0.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sigmus.Http:
| Package | Downloads |
|---|---|
|
Sigmus.Subject
SigmusSubject - 上层集成模块,提供内置任务实现、Web API 集成和业务编排 |
GitHub repositories
This package is not used by any popular GitHub repositories.