{"id":20463384,"url":"https://github.com/sandre58/mynethttp","last_synced_at":"2026-06-11T09:31:12.080Z","repository":{"id":236051396,"uuid":"791807157","full_name":"sandre58/MyNetHttp","owner":"sandre58","description":"A versatile class library designed to simplify the consumption of Web APIs in .NET applications.","archived":false,"fork":false,"pushed_at":"2024-05-04T06:10:00.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T14:24:04.043Z","etag":null,"topics":["csharp","htpp","mynet","netcore","web","webapi"],"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/sandre58.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-25T12:10:31.000Z","updated_at":"2024-05-04T06:10:03.000Z","dependencies_parsed_at":"2024-05-04T07:23:09.191Z","dependency_job_id":"3a2c15fa-94e8-490d-a0e9-c5192361aef5","html_url":"https://github.com/sandre58/MyNetHttp","commit_stats":null,"previous_names":["sandre58/mynethttp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sandre58/MyNetHttp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandre58%2FMyNetHttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandre58%2FMyNetHttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandre58%2FMyNetHttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandre58%2FMyNetHttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandre58","download_url":"https://codeload.github.com/sandre58/MyNetHttp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandre58%2FMyNetHttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34192870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csharp","htpp","mynet","netcore","web","webapi"],"created_at":"2024-11-15T13:10:51.232Z","updated_at":"2026-06-11T09:31:12.056Z","avatar_url":"https://github.com/sandre58.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003c!-- PROJECT INFO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/sandre58/MyNetHttp\"\u003e\n    \u003cimg src=\"images/logo.png\" width=\"256\" height=\"256\"\u003e\n  \u003c/a\u003e\n\n\u003ch1 align=\"center\"\u003eMy .NET Http\u003c/h1\u003e\n\n[![Downloads][downloads-shield]][downloads-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n  \u003cp align=\"center\"\u003e\n    \u003cbr /\u003e\n    The .NET Http is a versatile class library designed to simplify the process of converting objects into human-readable strings in .NET applications. This library provides developers with an easy-to-use interface for generating informative and understandable string representations of complex objects.\n    \u003cbr /\u003e\n    Supporting only .NET 8.0\n  \u003c/p\u003e\n\n[![Language][language-shield]][language-url]\n[![Framework][framework-shield]][framework-url]\n[![Version][version-shield]][version-url]\n[![Build][build-shield]][build-url]\n\n\u003c/div\u003e\n\n## Getting Started\n\nTo start using My .NET Http in your project, follow these steps:\n\n1. Install the library via NuGet Package Manager:\n   ```bash\n   dotnet add package MyNet.Http\n\n## What's included ?\n\n### Simple HTTP Requests\n\n- **HTTP Method Support**: Send HTTP requests using common methods such as GET, POST, PUT, DELETE, and more.\n\n- **Request Configuration**: Configure request headers, query parameters, request body, and authentication credentials easily using intuitive methods and parameters.\n\n- **Response Handling**: Process HTTP responses and extract response data, status codes, headers, and content efficiently for further processing.\n\n### Flexibility and Customization\n\n- **HTTP Client Configuration**: Customize HTTP client settings such as timeout, connection pooling, and proxy configuration to suit specific application requirements.\n\n- **Middleware Integration**: Seamlessly integrate with ASP.NET Core middleware pipeline or other middleware frameworks for advanced request processing and interception.\n\n### Asynchronous Support\n\n- **Async/Await Pattern**: Utilize asynchronous programming patterns to send and handle HTTP requests asynchronously, ensuring responsive and efficient application performance.\n\n- **Cancellation and Timeout Handling**: Implement cancellation and timeout mechanisms to prevent long-running requests from blocking the application thread pool.\n\n## License\n\nCopyright © Stéphane ANDRE.\n\nMy .NET Http is provided as-is under the MIT license. For more information see [LICENSE](./LICENSE).\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[language-shield]: https://img.shields.io/github/languages/top/sandre58/MyNetHttp\n[language-url]: https://github.com/sandre58/MyNetHttp\n[forks-shield]: https://img.shields.io/github/forks/sandre58/MyNetHttp?style=for-the-badge\n[forks-url]: https://github.com/sandre58/MyNetHttp/network/members\n[stars-shield]: https://img.shields.io/github/stars/sandre58/MyNetHttp?style=for-the-badge\n[stars-url]: https://github.com/sandre58/MyNetHttp/stargazers\n[issues-shield]: https://img.shields.io/github/issues/sandre58/MyNetHttp?style=for-the-badge\n[issues-url]: https://github.com/sandre58/MyNetHttp/issues\n[license-shield]: https://img.shields.io/github/license/sandre58/MyNetHttp?style=for-the-badge\n[license-url]: https://github.com/sandre58/MyNetHttp/blob/main/LICENSE\n[build-shield]: https://img.shields.io/github/actions/workflow/status/sandre58/MyNetHttp/ci.yml?logo=github\u0026label=CI\n[build-url]: https://github.com/sandre58/MyNetHttp/actions\n[downloads-shield]: https://img.shields.io/github/downloads/sandre58/MyNetHttp/total?style=for-the-badge\n[downloads-url]: https://github.com/sandre58/MyNetHttp/releases\n[framework-shield]: https://img.shields.io/badge/.NET-8.0-purple\n[framework-url]: https://github.com/sandre58/MyNetHttp/tree/main/src/MyNet.Http\n[version-shield]: https://img.shields.io/nuget/v/MyNet.Http\n[version-url]: https://www.nuget.org/packages/MyNet.Http","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandre58%2Fmynethttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandre58%2Fmynethttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandre58%2Fmynethttp/lists"}