An open API service indexing awesome lists of open source software.

https://github.com/yortw/yort.http.clientpipeline

A collection of handlers, filters, extensions and other stuff related to System.Net.Http.HttpClient and Windows.Web.Http.HttpClient.
https://github.com/yortw/yort.http.clientpipeline

c-sharp filter handler http httpclient

Last synced: 9 months ago
JSON representation

A collection of handlers, filters, extensions and other stuff related to System.Net.Http.HttpClient and Windows.Web.Http.HttpClient.

Awesome Lists containing this project

README

          

# Yort.Http.ClientPipeline

## What is it?
A collection of handlers, filters, extensions and other stuff related to System.Net.Http.HttpClient and Windows.Web.Http.HttpClient.

[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Yortw/Yort.Http.Pipeline/blob/master/LICENSE.md)

## Supported Platforms
Currently;

* .Net Framework 4.0
* .Net Framework 4.5+
* Xamarin.iOS
* Xamarin.Android
* UWP 10+ (Windows 10 Universal Programs)
* Portable Class Libraries (Profile328)

## Build Status

[![Build status](https://ci.appveyor.com/api/projects/status/9y1ro1uqq3jhcnr9?svg=true)](https://ci.appveyor.com/project/Yortw/yort-http-clientpipeline)

## Nuget Support

Install the Nuget package like this;

```powershell
PM> Install-Package Yort.Http.ClientPipeline
```

# What's In The Box?
See the [wiki](https://github.com/Yortw/Yort.Http.ClientPipeline/wiki) for contents/help.