Add header info for Dynamic Handling
This commit is contained in:
parent
b50bc0a1a0
commit
22b40bd09e
1 changed files with 16 additions and 0 deletions
|
@ -84,6 +84,20 @@
|
||||||
|
|
||||||
IncludeFile "lweb_http_status_header_private.pbi"
|
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
|
Structure host
|
||||||
description.s
|
description.s
|
||||||
|
@ -92,6 +106,8 @@
|
||||||
cache.server_cache
|
cache.server_cache
|
||||||
log.log_config
|
log.log_config
|
||||||
mem.memory
|
mem.memory
|
||||||
|
Map dynamichandler.dynamichandler()
|
||||||
|
Map usedlibs.usedlibs()
|
||||||
defaultfile.s
|
defaultfile.s
|
||||||
basedir.s
|
basedir.s
|
||||||
Map status.http_status_codes() ;Individual Error Messages and Headers
|
Map status.http_status_codes() ;Individual Error Messages and Headers
|
||||||
|
|
Loading…
Reference in a new issue