Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 672 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 672 Bytes

Build Status

AspNetCore.LinkHeader

Easily generate HTTP preload / prefetch and preconnect link headers. Can be used to initiate HTTP2 server push when combined with Cloudflare or other proxies / CDNs that support preload headers.

This project is work in progress. Next steps:

  • create a NuGet package, automatically publish the package after build
  • add more tests
  • support hash replacement for non-top-level files
  • clean up / refactor code