Add Header Debug Output
This commit is contained in:
parent
a705a62ad2
commit
95257b5d23
1 changed files with 5 additions and 1 deletions
6
lweb.pbi
6
lweb.pbi
|
@ -734,7 +734,11 @@ Module lhs_web
|
||||||
configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\KillTime = Second(Date()) + configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\TTL
|
configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\KillTime = Second(Date()) + configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\TTL
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
ldl::Logging("Header Map fields:")
|
||||||
|
ForEach(Header())
|
||||||
|
ldl::Logging("Field:["+MapKey(Header())+"] and content:["+Header()+"]")
|
||||||
|
Next
|
||||||
|
ldl::Logging("Header Map fields finished.")
|
||||||
Select Header(#http_head_method)
|
Select Header(#http_head_method)
|
||||||
Case #http_method_get
|
Case #http_method_get
|
||||||
;********************************
|
;********************************
|
||||||
|
|
Loading…
Reference in a new issue