Found 12 packages
Implementation of IHttpHandler (request handler) for ASP.NET Integrated Pipeline.
NoIIS is a lightweight C# web server for the IHttpHandlerFactory and IHttpHandler to void the huge and heavy IIS web server for some cases.
[4.0] TNX.CSV assembly adds features like CSV read/write Extensions and feature: + IEnumerable<T>.ToCsvStream + DataTable.ToCsvStream + IEnumerable<T>.ToCsvResponse (HttpResponse) + DataTable.ToCsvResponse (HttpResponse) + Stream.FromCsvDictionarly (enumerable of) + Stream.FromCsvDynamic (enumerable of) + Stream.FromCsvDataTable + Separator configurable (CsvExtensionConfiguration class) + Encoding configurable + Columns on first row configurable Q: info@antonioesposito.it Demo: www.antonioesposito.it
An HttpMessageHandler that lets you use the Windows Runtime IHttpFilter
Adds Web Reporting support to DoddleReport. MVC apps can use the new ActionResult called ReportResult. WebForms apps can use the WebReport IHttpHandler (.ashx)
Provides a IHttpHandler for run-time compilation of SASS and SCSS.
This library is a fork of Microsoft.Extensions.Http. It provides the basic HttpMessageHandler rotation functionality without any dependencies. Commonly used types: HttpClientFactoryLite.IHttpClientFactory HttpClientFactoryLite.HttpClientFactory
T4WebFormsInjection is a T4 template that generates parameterless constructors to be used with constructor injection.
Created to be used in internal load-tests to mock some http services Developed with these requirements in mind: * Uses .net built-in HttpServer * No admin-rights necessary * Concurrency * Easy to mock responses with funcs or with custom IHttpHandlerMock Cons: * It is small, so only simplified handler exists - which supports mocking StatusCode/ContentType/ResponseBody. * Advanced features require implementing IHttpHandlerMock and handling HttpListenerContext.
Windows Azure Web Sites offers customers limited disk quota for shared-instance sites. Log files for each site are stored in the site's folder, so they count against the allowed disk quota. This utlity exposes a URL via an IHttpHandler implementation. When hit, the code for this handler zips up all of the Web Site's log files into a ZIP archive. The archive is then persisted to Windows Azure Blob Storage. A web.config transformation will be executed that adds an appSetting variable and the handler configuration for the URL will expose the functionality.
Using RestKit is as simple as 'representation = Resource.Json().Get(uri)', then 'representation.GetContentAsJson()'. You can therefore handle unexpected content. Variations exist for Xml and Text. For advanced scenarios, you have full control of serialization, a callback pipeline, and full access to the underlying HttpClient and HttpResponseMessage. Use of RestKit is mockable using the IHttpResource interface and/or by injecting a mock HttpMessageHandler into a stub.
Server-only HTTP client library for .NET with authentication, caching, logging, and structured error handling. Uses DelegatingHandler pipeline with IHttpClientFactory.