Ground0
2cbfdceaac
Every Include should now have some procedure who are standalone usable. lweb_http Has a lot of changes todo (Full HTTP 1.1 Compliance) lweb_file_cache, is realy buggy. A lot of todo's lweb_IP is Only IsIPStringValid in lweb_helper, there is only some help procedures. To Do: lweb_http_post (Everything Post Specific) lweb_http_get (Everything Get Specific) lweb_http_put (Complete todo nothing done until now) lweb_server_http (Specific http only Server) lweb_server_https (Specific https only Server) lweb_server (Common Server Things) Maybe everything more generic to use standalone...
9 lines
No EOL
213 B
Text
9 lines
No EOL
213 B
Text
;********************************
|
|
;*
|
|
;* lweb_http_header.pbi
|
|
;*
|
|
|
|
Declare.s http_day(Tag.i)
|
|
Declare.s http_month(Monat.i)
|
|
Declare.s http_header_generate(Map Header.s())
|
|
Declare.s Work_Header_to_JSONMap(String.s) |