https://github.com/neuroglia-io/aspnetcore.http
A NET CORE 3.1 library that provides tools to extend AspNetCore Http
https://github.com/neuroglia-io/aspnetcore.http
aspnetcore dotnet http
Last synced: 11 months ago
JSON representation
A NET CORE 3.1 library that provides tools to extend AspNetCore Http
- Host: GitHub
- URL: https://github.com/neuroglia-io/aspnetcore.http
- Owner: neuroglia-io
- License: gpl-3.0
- Created: 2020-10-13T09:48:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-13T10:08:17.000Z (over 5 years ago)
- Last Synced: 2025-01-21T15:21:32.314Z (about 1 year ago)
- Topics: aspnetcore, dotnet, http
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Neuroglia.AspNetCore.Http
A NET CORE 3.1 library that provides tools to extend AspNetCore Http
# Usage
[Nuget Package](https://www.nuget.org/packages/Neuroglia.AspNetCore.Http/)
```
dotnet add package Neuroglia.AspNetCore.Http
```
## Sample Code
### Add Istio headers propagation
```C#
public void ConfigureServices(IServiceCollection services)
{
...
services.AddIstioHeadersPropagation();
...
}
```
# Contributing
Please see [CONTRIBUTING.md](https://github.com/neuroglia-io/AspNetCore.Http/blob/master/CONTRIBUTING.md) for instructions on how to contribute.