Celerio 1.2.1

dotnet add package Celerio --version 1.2.1
                    
NuGet\Install-Package Celerio -Version 1.2.1
                    
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="Celerio" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Celerio" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Celerio" />
                    
Project file
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 Celerio --version 1.2.1
                    
#r "nuget: Celerio, 1.2.1"
                    
#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 Celerio@1.2.1
                    
#: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=Celerio&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Celerio&version=1.2.1
                    
Install as a Cake Tool

Celerio

Celerio is a Lightweight and Fast Framework for Building HTTP Web Apps in C#.

Installation

Just install nuget package https://www.nuget.org/packages/Celerio

Usage

  1. At any point in your application, create pipeline instance
    var pipeline = new Pipeline();
  1. If you're going to use authentication, then change crypto keys
    pipeline.Authentification = new DefaultAuthentification("Your Unknown Secret Key");
  1. Configure pipeline any way you want (e.g. Change authentification scheme or add IP blacklist)

  2. Create anywhere an endpoint for e.g.

    [Route("GET", "/sum")]
    public static int Sum(int a, int b)
    {
        return a+b;
    }
  1. Then just create server instance and run it
    Server server = new Server(pipeline);
    await server.StartListening(5000);

Documentation

See documentation here

Contacts

Oxule

ribb2017@mail.ru

@Oxule

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

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
1.2.1 177 3/31/2025
1.1.6 226 12/4/2024
1.1.5.3 130 12/3/2024
1.1.5.2 177 11/15/2024
1.1.5.1 268 9/23/2024
1.1.5 122 9/23/2024
1.1.4 121 9/22/2024
1.1.3 141 9/22/2024
1.1.2 157 9/19/2024
1.1.1.2 180 9/8/2024
1.1.1.1 138 9/8/2024
1.1.1 128 9/8/2024
1.1.0.9 136 9/8/2024
1.1.0.8 164 9/4/2024
1.1.0.7 145 9/4/2024
1.1.0.6 136 9/4/2024
1.1.0.5 146 9/4/2024
1.1.0.4 146 9/4/2024
1.1.0.3 180 6/21/2024
1.1.0.2 136 6/21/2024
1.1.0.1 144 6/21/2024
1.1.0 141 6/20/2024
1.0.6.8 137 6/19/2024
1.0.6.7 147 6/16/2024
1.0.6.6 179 5/29/2024
1.0.6.5 160 5/27/2024
1.0.6.4 185 5/26/2024
1.0.6.3 139 5/2/2024
1.0.6.2 180 4/26/2024
1.0.6.1 187 4/26/2024
1.0.5 188 4/26/2024
1.0.4 136 4/19/2024
1.0.3 129 4/19/2024
1.0.2 142 4/19/2024
1.0.0 151 4/19/2024