For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Version 1.6.0
Added
- Added support for passing logger factory using DI
- Using
IHttpClientFactory to manage HTTP client lifetimes
- Added First Party origin response headers to the first party client response
- Added support for all HTTP methods for First Party requests
Changed
- Replaced
Nustache nuget package with Stubble which used for template rendering
- Replaced blocking
Wait function with non blocking await