Skip to content

A NET CORE 3.1 library that provides tools to extend AspNetCore Http

License

Notifications You must be signed in to change notification settings

neuroglia-io/AspNetCore.Http

Repository files navigation

Neuroglia.AspNetCore.Http

A NET CORE 3.1 library that provides tools to extend AspNetCore Http

Usage

Nuget Package

  dotnet add package Neuroglia.AspNetCore.Http

Sample Code

Add Istio headers propagation

public void ConfigureServices(IServiceCollection services)
{
    ...
    services.AddIstioHeadersPropagation();
    ...
}

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.

About

A NET CORE 3.1 library that provides tools to extend AspNetCore Http

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages