540 packages tagged with “Request”
Simple, unambitious mediator implementation in .NET
Contracts package for requests, responses, and notifications
MediatR extensions for ASP.NET Core
Enrich logs with client IP, CorrelationId and HTTP request headers.
The buttoned-up and boring, but deeply analyzed, implementation of Signature Version 4 (SigV4) in .NET.
The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers
Library for parsing and serializing DNS messages. Includes a basic DNS client and server.
Simple JavaScript library to prevent multiple simultaneous client requests to same HTTP endpoint. After one active request, subsequent requests with identical request metadata have their callbacks queued with the first/active request, preventing the need for multiple unnecessary round trips to a server.
Request/response Inspector middleware for ASP.NET Core
Provides services for messaging, a.k.a. request/response service layer. Typically used areas and classes/interfaces/services: - IMessageProcessor, IMessage, MessageHandlerBase. - Distributed: IMessageBroker, IBrokeredMessage, MessageRouterBase. - Behaviors: IMessagingBehavior, MessagingBehaviorBase. - Events: IEvent. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.
Decouple does matter, A simple mediator for .Net for sending command, publishing event and request response with pipelines supported
A collection of helpful HttpRequestMessage extension methods
A collection of helpful HttpContent extension methods
Use Autofac as the IoC container for Mediator.Net
Log message by using Serilog
Package Description
用于快速进行Http请求的链式拓展方法库
Enriches Serilog events with client IP, Correlation Id, RequestBody, RequestQuery, HTTP request headers and information of the MemoryUsage.
Provides a modeling API framework for messaging. Provides the model for messaging, including the Message classifier and Messaging scope dimension. Typically used areas and classes/interfaces/services: - IMessageType. - Dimensions: Messaging (area). - AttributedModel: MessagePartAttribute. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using RabbitMQ
A simple .Net extension to read the HTTP request body without consuming it
Service Activator for Paramore.Brighter Command Processor. Enables background message processing and task queue consumption for event-driven architectures. The Service Activator pattern decouples message reception from business logic execution.
Simple, easy HTTP REST API client for integrating and consuming services in C#.
Library for using S3 as WebRequests
Has own Visual Studio Addin for easier use. Small size. Capture Business-use-cases and convert it into a modular, highly testable chunk of codes. One step closer to dissecting & migrating monolithic apps. Provides a common ground for projects with large number of developers. A combination of Command, Request-Response, Mediator and Abstract Class Factory pattern. Now supports .Net5.
RPC extensions for mediatr via pipeline
Microsoft.Extensions.DependencyInjection integration for Paramore.Brighter Service Activator. Provides dependency injection container support for registering message consumers, performers, and service activator components.