SQLpage icon indicating copy to clipboard operation
SQLpage copied to clipboard

WIP: access Arc<RequestInfo> in render context

Open lovasoa opened this issue 3 months ago • 0 comments

  • Pass RequestInfo as an Arc<RequestInfo> to avoid cloning the struct in many places. - The source_path in HeaderContext and HtmlRenderContext are now available through RequestInfo. - The logging component now receives the RequestInfo object. - Added is_embedded() method to RequestInfo.

lovasoa avatar Sep 16 '25 07:09 lovasoa