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"
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue