{"id":18732507,"url":"https://github.com/gsscoder/httphelpers","last_synced_at":"2025-06-18T07:38:30.553Z","repository":{"id":6910682,"uuid":"8161114","full_name":"gsscoder/httphelpers","owner":"gsscoder","description":"HTTP Helpers for C# / .NET","archived":false,"fork":false,"pushed_at":"2013-02-16T21:10:56.000Z","size":1852,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-26T12:51:10.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gsscoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-12T15:21:49.000Z","updated_at":"2017-12-28T06:28:33.000Z","dependencies_parsed_at":"2022-09-22T10:23:19.082Z","dependency_job_id":null,"html_url":"https://github.com/gsscoder/httphelpers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fhttphelpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fhttphelpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fhttphelpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fhttphelpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsscoder","download_url":"https://codeload.github.com/gsscoder/httphelpers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248613326,"owners_count":21133492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-07T15:06:28.989Z","updated_at":"2025-04-12T18:31:14.361Z","avatar_url":"https://github.com/gsscoder.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿Http Helpers 0.1.6.0 alfa.\n===\nEasy to use, one method based, asynchronous HTTP request/response parser. It contains also a synchronous version;\nnone of versions wraps the other, there are two independent implementations.\n\n![NuGet: Install-Package HttpHelpers.Sources -Pre](https://raw.github.com/gsscoder/httphelpers/master/HttpHelpersNuGet.png)\n\nAt glance:\n---\n```csharp\nStream stream = new MemoryStream(Encoding.UTF8.GetBytes(\n  \"GET /gsscoder/httphelpers HTTP/1.1\\r\\n\" +\n  \"Content-Type: text/html; q=0.9, text/plain\\r\\n\\r\\n\"));\n\nbool result = await HttpParser.ParseMessageAsync(stream, (method, uri, version) =\u003e\n  {\n    Debug.WriteLine(method);\n    Debug.WriteLine(uri);\n    Debug.WriteLine(version);\n  },\n  (header, value) =\u003e \n    Debug.WriteLine(header + \" \" + value);\n\n// When parsing a response, just name heading-line lambda parameters:\n// version, code and reason.\n// For the body: just read remaining bytes from the stream.\n```\nNews:\n---\n- Increased tests coverage.\n- Fixed an issue with ``NO_ASYNC_API`` compilation symbol.\n\nResources:\n---\n- [Unit Tests](https://github.com/gsscoder/httphelpers/blob/master/src/HttpHelpers.Tests/Unit)\n- [Sample web server](https://gist.github.com/gsscoder/4945688) (now included in the solution tree)\n- [Owin HTTP Listener](https://github.com/gsscoder/owinhttplistener) (work in progress)\n\nContacts:\n---\nGiacomo Stelluti Scala\n  - gsscoder AT gmail DOT com\n  - [Blog](http://gsscoder.blogspot.it)\n  - [Twitter](http://twitter.com/gsscoder)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsscoder%2Fhttphelpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsscoder%2Fhttphelpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsscoder%2Fhttphelpers/lists"}