{"id":37030800,"url":"https://github.com/allrameest/esinet","last_synced_at":"2026-01-14T03:46:56.498Z","repository":{"id":144130808,"uuid":"128013606","full_name":"allrameest/EsiNet","owner":"allrameest","description":"ASP.NET Core middleware for Edge Side Includes","archived":false,"fork":false,"pushed_at":"2023-06-27T23:08:24.000Z","size":302,"stargazers_count":10,"open_issues_count":3,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-09T01:09:11.331Z","etag":null,"topics":["aspnetcore","dotnet","edge-side-include","esi","middleware"],"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/allrameest.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,"governance":null}},"created_at":"2018-04-04T05:52:18.000Z","updated_at":"2024-01-09T10:33:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4ff2e76-9f42-40c1-8faf-ffda3c172641","html_url":"https://github.com/allrameest/EsiNet","commit_stats":{"total_commits":211,"total_committers":5,"mean_commits":42.2,"dds":0.09478672985781988,"last_synced_commit":"a03e2eadae654eec6390b12335681300102fab6d"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/allrameest/EsiNet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allrameest%2FEsiNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allrameest%2FEsiNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allrameest%2FEsiNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allrameest%2FEsiNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allrameest","download_url":"https://codeload.github.com/allrameest/EsiNet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allrameest%2FEsiNet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["aspnetcore","dotnet","edge-side-include","esi","middleware"],"created_at":"2026-01-14T03:46:55.975Z","updated_at":"2026-01-14T03:46:56.491Z","avatar_url":"https://github.com/allrameest.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/allrameest/EsiNet/master/logo.png\" alt=\"EsiNet\" /\u003e\n\u003c/p\u003e\n\n[![NuGet EsiNet](http://img.shields.io/nuget/v/EsiNet.svg?style=flat-square\u0026logo=nuget\u0026label=NuGet+EsiNet)](https://www.nuget.org/packages/EsiNet/)\n\n[![NuGet EsiNet.AspNetCore](http://img.shields.io/nuget/v/EsiNet.AspNetCore.svg?style=flat-square\u0026logo=nuget\u0026label=NuGet+EsiNet.AspNetCore)](https://www.nuget.org/packages/EsiNet.AspNetCore/)\n\n[![NuGet EsiNet.Polly](http://img.shields.io/nuget/v/EsiNet.Polly.svg?style=flat-square\u0026logo=nuget\u0026label=NuGet+EsiNet.Polly)](https://www.nuget.org/packages/EsiNet.Polly/)\n\nAn ASP.NET Core middleware for [ESI](http://www.w3.org/TR/esi-lang).\n\n```\n\u003cesi:include src=\"http://localhost:57780/cart/buy.html\" /\u003e\n```\n# Install\n\n### NuGet\n\n```\nInstall-Package EsiNet.AspNetCore\n```\n\n### Services\n\nAddEsiNet adds all services for EsiNet.\n\n```csharp\npublic void ConfigureServices(IServiceCollection services)\n{\n    services\n        .AddEsiNet()\n        .AddMvc();\n}\n```\n\n### Usage\n\nUseEsiNet adds the middleware that parses esi tags.\n\n```csharp\npublic void Configure(IApplicationBuilder app, IHostingEnvironment env)\n{\n    app\n        .UseEsiNet()\n        .UseMvc();\n}\n```\n\n# ESI Support\n\n## Tags\n\n* Include\n* Try\n* Comment\n* Remove\n* Choose\n* Vars\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallrameest%2Fesinet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallrameest%2Fesinet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallrameest%2Fesinet/lists"}