From 22b40bd09e85b7373694a2377a5bf7e8b50a2edb Mon Sep 17 00:00:00 2001 From: Ground0 Date: Wed, 29 Mar 2023 20:04:59 +0200 Subject: [PATCH] Add header info for Dynamic Handling --- inc/lweb_header_privat.pbi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/inc/lweb_header_privat.pbi b/inc/lweb_header_privat.pbi index a341e9f..4b531d8 100644 --- a/inc/lweb_header_privat.pbi +++ b/inc/lweb_header_privat.pbi @@ -84,6 +84,20 @@ IncludeFile "lweb_http_status_header_private.pbi" + Structure dynamichandler + functiontype.s + proc.s + file.s + routetype.s + url.s + extension.s + permlib.s + EndStructure + + Structure usedlibs + permlib.s + lib_id.i + EndStructure Structure host description.s @@ -92,6 +106,8 @@ cache.server_cache log.log_config mem.memory + Map dynamichandler.dynamichandler() + Map usedlibs.usedlibs() defaultfile.s basedir.s Map status.http_status_codes() ;Individual Error Messages and Headers