SQLpage
SQLpage copied to clipboard
WIP: access Arc<RequestInfo> in render context
- Pass
RequestInfoas anArc<RequestInfo>to avoid cloning the struct in many places. - Thesource_pathinHeaderContextandHtmlRenderContextare now available throughRequestInfo. - The logging component now receives theRequestInfoobject. - Addedis_embedded()method toRequestInfo.