Commit Graph

11 Commits

Author SHA1 Message Date
René Linder 6c9fdce488 More separated Configuration functions 2023-03-29 10:37:51 +02:00
René Linder d892791ab6 Separate http status functions 2023-03-29 10:37:20 +02:00
René Linder 1e0ca0b1b1 New XML Config files and configuration of server to separate includes 2023-03-29 10:36:42 +02:00
René Linder 9ef376da1d If a Headerline has another : don't cut off there #6 2022-02-20 13:45:32 +01:00
René Linder 5ad5d95e05 Last Header line missed #6 2022-02-20 13:28:31 +01:00
René Linder a78508440f Add gz MIME Type 2022-02-17 15:30:17 +01:00
René Linder 421dc9b04f Add other Types and change default 2022-02-17 13:21:13 +01:00
René Linder dc95017cf8 Cachelog added 2021-06-06 09:49:08 +02:00
René Linder 07c1b19efe configuration variabel cleanup 2021-05-22 12:09:31 +02:00
René Linder dcfd676a55 Debug change to lhs_log and Empty multiform 2021-05-21 07:45:23 +02:00
René Linder 2cbfdceaac Splittet source up to some includes.
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...
2020-12-01 15:17:48 +01:00