ServiceFabric-Remoting-CustomHeaders
Remoting interceptor
Injects custom message headers and intercepts remoting events in Service Fabric applications.
This package allows injecting custom message headers into remoting messages (Actors and Reliable Services, V2 remoting only) at runtime. The headers are available client side to read. It also provides message interception using BeforeHandleRequestResponseAsync and AfterHandleRequestResponseAsync to act on remoting events.
12 stars
5 watching
9 forks
Language: C#
last commit: almost 3 years ago
Linked from 1 awesome list
azureazure-service-fabricreliable-actorsreliable-stateful-serviceremotingservice-fabric
Related projects:
Repository | Description | Stars |
---|---|---|
autofac/autofac.servicefabric | Provides service factory implementations for Actors, Stateful Services and Stateless Services in Azure Service Fabric | 26 |
autofac/autofac.extras.dynamicproxy | Library to enable method interception and decoration in object graphs using dynamic proxying. | 106 |
justeattakeaway/httpclient-interception | A .NET Standard library for intercepting and manipulating HTTP requests and responses in .NET applications. | 361 |
respawnsive/apizr | A resilient web API client management system with retry, cache, authentication, and logging features | 142 |
paolosalvatori/servicebusexplorer | A tool to administer and manage messaging entities in an Azure Service Bus namespace | 2,024 |
coherentsolutionsinc/aspnetcore-service-fabric-hosting | An extension to ASP.NET Generic Host that simplifies the development of Service Fabric Reliable Services by removing unnecessary code and improving separation of concerns. | 24 |
wille/reporting-api | Automates configuration of web application security headers to collect and report on policy violations | 2 |
xhafan/emailmaker | An ASP.NET Core MVC and ASP.NET MVC demo app demonstrating the use of CoreDdd libraries for domain-driven development and DatabaseBuilder for database setup. | 13 |
aws-samples/reinvent2014-scalable-site-management | Demonstrates how to manage multiple web applications behind a single Elastic Load Balancer and Auto Scaling group for scalable site management | 54 |
haga-rak/fluxzy.core | An MITM engine and CLI app that intercepts, records, and alters HTTP/1.1 and WebSocket traffic over plain or secure channels. | 123 |
zaid-ajaj/fable.remoting | A type-safe RPC communication layer that abstracts away HTTP and JSON, allowing clients to interact with servers as if they were pure stateless functions. | 273 |
paolosalvatori/service-fabric-acs-kubernetes-multi-container-app | Demonstrates deployment of a multi-container application on Azure Service Fabric or Kubernetes clusters using ASP.NET Core and Docker | 134 |
rehansaeed/schema.net | Tools for serializing Schema.org objects into strongly typed C# POCO classes and HTML-compatible formats | 641 |
azure/azure-event-hubs-dotnet | A .NET client library for Azure's event-driven messaging service | 86 |
peterbryntesson/servicefabric.watchdog | A framework for monitoring and managing Azure Service Fabric services with custom metrics | 9 |