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.
- Host: GitHub
- URL: https://github.com/yortw/yort.http.clientpipeline
- Owner: Yortw
- License: mit
- Created: 2016-06-02T09:42:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T17:08:13.000Z (almost 4 years ago)
- Last Synced: 2025-09-28T20:22:49.125Z (9 months ago)
- Topics: c-sharp, filter, handler, http, httpclient
- Language: C#
- Homepage: http://yortw.github.io/Yort.Http.ClientPipeline/
- Size: 219 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.
[](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
[](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.