{"id":29673016,"url":"https://github.com/thunderdesign/thunderdesign.net-pcl.httpclientservice","last_synced_at":"2026-05-07T01:31:37.955Z","repository":{"id":43026273,"uuid":"460277764","full_name":"ThunderDesign/ThunderDesign.Net-PCL.HttpClientService","owner":"ThunderDesign","description":"A wrapper around 'System.Net.Http.HttpClient' enhancing AutoRedirect and Cookies. Can be used in all application types.","archived":false,"fork":false,"pushed_at":"2022-03-22T18:29:20.000Z","size":609,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T01:37:03.637Z","etag":null,"topics":["c-sharp","cross-platform","csharp","dotnet-core","dotnet-framework","dotnet-standard","httpclient","httpmessagehandler","mono","net","pcl-library","threading","thunderdesign","unity","visual-studio","xamarin-android","xamarin-forms","xamarin-ios","xamarin-mac","xamarin-uwp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThunderDesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-17T04:13:43.000Z","updated_at":"2025-09-22T15:16:29.000Z","dependencies_parsed_at":"2022-08-19T19:40:25.323Z","dependency_job_id":null,"html_url":"https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.HttpClientService","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.HttpClientService/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.HttpClientService/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.HttpClientService/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThunderDesign","download_url":"https://codeload.github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderDesign%2FThunderDesign.Net-PCL.HttpClientService/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32719430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T00:29:05.620Z","status":"ssl_error","status_checked_at":"2026-05-07T00:28:57.074Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","cross-platform","csharp","dotnet-core","dotnet-framework","dotnet-standard","httpclient","httpmessagehandler","mono","net","pcl-library","threading","thunderdesign","unity","visual-studio","xamarin-android","xamarin-forms","xamarin-ios","xamarin-mac","xamarin-uwp"],"created_at":"2025-07-22T21:09:35.384Z","updated_at":"2026-05-07T01:31:37.936Z","avatar_url":"https://github.com/ThunderDesign.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThunderDesign.Net-PCL.HttpClientService\n[![CI](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/actions/workflows/CI.yml/badge.svg)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/actions/workflows/CI.yml)\n[![CD](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/actions/workflows/CD.yml/badge.svg)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/actions/workflows/CD.yml)\n[![Nuget](https://img.shields.io/nuget/v/ThunderDesign.Net-PCL.HttpClientService)](https://www.nuget.org/packages/ThunderDesign.Net-PCL.HttpClientService)\n[![License](https://img.shields.io/github/license/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/blob/main/LICENSE)\n[![Net](https://img.shields.io/badge/.net%20standard-v1.1%20--%20v2.1-blue)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/blob/main/README.md)\n\nA wrapper around 'System.Net.Http.HttpClient' enhancing AutoRedirect and Cookies. Can be used in all application types.\n\n----\n\n### Highlights include:\n\n- DataObjects\n  - ResponseContentData\n  - ResponseData\n- EventArgs\n  - CookieContainerChangedEventArgs\n- EventHandlers\n  - CookieContainerChangedEventHandler\n- Extentions\n  - CookieContainerExtention\n- Http\n  - HttpClientAutoRedirect\n- Service\n  - HttpClientService\n----\n\n## Installation\n\nGrab the latest [ThunderDesign.Net-PCL.HttpClientService NuGet](https://www.nuget.org/packages/ThunderDesign.Net-PCL.HttpClientService) package and install in your solution.\n\n\u003e Install-Package ThunderDesign.Net-PCL.HttpClientService\n\nUse the `-version` option to specify an [older version](https://www.nuget.org/packages/ThunderDesign.Net-PCL.HttpClientService#versions-tab) to install.\n\n## Examples\n\n*(TIP: Clone repo, open the solution, build it and run sample app.)*\n- Xamarin\n  - [SimpleHttpClient Example](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/tree/main/samples/Xamarin/SimpleHttpClient)\n\n## Please Contribute!\n\nThis is an open source project that welcomes contributions/suggestions/bug reports from those who use it. If you have any ideas on how to improve the library, please [post an issue here on GitHub](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/issues). Please check out the [How to Contribute](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.HttpClientService/blob/main/.github/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderdesign%2Fthunderdesign.net-pcl.httpclientservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthunderdesign%2Fthunderdesign.net-pcl.httpclientservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderdesign%2Fthunderdesign.net-pcl.httpclientservice/lists"}