Found 171 packages
Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.4.
Implementation of IHttpHandler (request handler) for ASP.NET Integrated Pipeline.
This package contains libraries to trace WebRequest from System.Net namespace.
A handler that allows for injecting into HttpClients to log requests and responses
RequestHandlers
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
An HTTP client message handler for transparent request compression.
Nuget package to log requests made during HTTP request and responses on ASP.net web applications
Lean requesthandling
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.
WebApi controller generation for RequestHandlers
Package Description
Query/Handle Http Request created by Responsible.Core for Web Api.
继承IRequestHandler接口,拦截http请求
Typescript generation for RequestHandlers
Sitecore Experience Accelerator 40.2.833
Extracts X-Session-Id and X-Request-Id from request header so they can be accessed throughout the lifetime of the request
A small library to help maintain clean code within a skill. Replicates the Request and Response Handler approach given in the ASK SDK for Node, as well as the concept of Request and Error Interceptors. For more information look at the docs or github links.
DotNetCore.Mediator
A lib to execute handler based on input and output in loosly coupled way with support for multiple handlers for same request/response. Very handy if you like to selective execution of handler based on condition e.g. tenant/logged in user etc. For more details check readme file and tests in source code