{"id":18732522,"url":"https://github.com/gsscoder/owinhttplistener","last_synced_at":"2025-08-15T18:44:25.787Z","repository":{"id":6952137,"uuid":"8204044","full_name":"gsscoder/owinhttplistener","owner":"gsscoder","description":"Sample Owin HTTP listener for .NET 4.5.","archived":false,"fork":false,"pushed_at":"2013-02-25T13:08:40.000Z","size":1188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T15:34:07.650Z","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-14T17:29:05.000Z","updated_at":"2014-01-14T15:20:12.000Z","dependencies_parsed_at":"2022-07-29T01:08:17.517Z","dependency_job_id":null,"html_url":"https://github.com/gsscoder/owinhttplistener","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%2Fowinhttplistener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fowinhttplistener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fowinhttplistener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fowinhttplistener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsscoder","download_url":"https://codeload.github.com/gsscoder/owinhttplistener/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239605123,"owners_count":19666998,"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:31.854Z","updated_at":"2025-02-19T05:44:08.179Z","avatar_url":"https://github.com/gsscoder.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿Owin HTTP Listener 0.1.0.8 pre.\n===\nSample Owin HTTP listener for .NET 4.5. This library uses Owin.Types from [http://www.myget.org/F/owin/](http://www.myget.org/F/owin/)\nand [HttpHelpers](https://github.com/gsscoder/httphelpers).\n\nWhat is it:\n---\n- Nothing more than sample.\n- Plase note that this project is in **early stages of development**.\n\nAt glance:\n---\n```csharp\nusing AppFunc = Func\u003cIDictionary\u003cstring, object\u003e, Task\u003e;\n\nvar listener = new OwinHttpListener(\n    new OwinApplication().ProcessRequest, // with AppFunc signature\n    8899);                                // localhost:8899\nserver.Start();\n\nlistener.ListenAsync().Wait();\n\nConsole.ReadKey();\n\nlistener.Stop();\n```\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%2Fowinhttplistener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsscoder%2Fowinhttplistener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsscoder%2Fowinhttplistener/lists"}