LambdaPulse 0.1.0-beta.3
This is a prerelease version of LambdaPulse.
dotnet add package LambdaPulse --version 0.1.0-beta.3
NuGet\Install-Package LambdaPulse -Version 0.1.0-beta.3
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="LambdaPulse" Version="0.1.0-beta.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LambdaPulse" Version="0.1.0-beta.3" />
<PackageReference Include="LambdaPulse" />
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 LambdaPulse --version 0.1.0-beta.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LambdaPulse, 0.1.0-beta.3"
#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 LambdaPulse@0.1.0-beta.3
#: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=LambdaPulse&version=0.1.0-beta.3&prerelease
#tool nuget:?package=LambdaPulse&version=0.1.0-beta.3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LambdaPulse
LambdaPulse is a lightweight HTTP/1.1 web server engine with a request/response pipeline supporting 20+ pluggable middleware components.
Features
- Concurrent connection handling
- Persistent keep-alive connections supporting multiple sequential requests per connection
- Configurable request limits, IP-based blocking, and execution timeouts
- HTTPS redirection and HSTS
- CORS and configurable security headers
- Cookie handling and in-memory session state
- CSRF protection for state-changing requests
- Static file serving with SPA fallback
- Session-based authentication and authorization
- Content negotiation and automatic Gzip response compression
- In-memory response caching
- Chunked response streaming
- Engine logging and per-request tracing
- Dependency injection powered by PulseInject
Installation
LambdaPulse is available as a pre-release package from NuGet.org
dotnet add package LambdaPulse --version 0.1.0-beta.1
Beta: LambdaPulse is under active development and its public API may change before version 1.0.
| 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
- PulseInject (>= 0.1.0-beta.2)
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 |
|---|---|---|
| 0.1.0-beta.3 | 76 | 9/6/2026 |
| 0.1.0-beta.2 | 64 | 9/5/2026 |
| 0.1.0-beta.1 | 98 | 8/6/2026 |