1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
Commit graph

27 commits

Author SHA1 Message Date
Rene Schallner
5e349a9224 on_request fallback for SimpleHttpListener 2023-05-16 03:28:45 +02:00
Rene Schallner
2c93e1ef94 localhost http fix 2023-05-15 12:38:49 +02:00
Rene Schallner
385aa38d84 localhost 2023-05-15 12:00:11 +02:00
Rene Schallner
48e30ca35c feature: SimpleRequest.sendFile(filename) 2023-05-12 23:50:22 +02:00
Rene Schallner
cd7e564102 preparing for release 2023-05-09 05:19:54 +02:00
Rene Schallner
340b1ae3a8 UserPassSession Authentication!!! 2023-05-09 04:35:59 +02:00
Rene Schallner
00291117d8 websockets + example 2023-05-07 05:02:09 +02:00
Rene Schallner
b45a7df668 cookies! 2023-05-06 04:02:03 +02:00
Rene Schallner
d0be271337 Mega update! SimpleHttpRequest got Parameters!
parseBody() : parse form params
parseQuery() : parse query params
getParamCount() : returns number of parsed params
parametersToOwnedStrList() : get params as kv pairs of strings
parametersToOwnedList() : get params as kv list
getParamStr() : get parameter by name
2023-05-06 02:38:35 +02:00
Rene Schallner
d0c59ab008 fixed AuthEndpoint callbacks, BasicAuth logging
AuthEndpoint callbacks now provide pointers to the original
SimpleEndpoint structs, so their fieldParentPtr calls work.
Added extensive debug() logging to BasicAuth with .UserPassword.
2023-05-01 05:55:08 +02:00
Rene Schallner
59c2b0d807 bumped version to 0.0.11 in prep for release 2023-04-22 15:57:10 +02:00
Rene Schallner
3a1624e111 bumped version to 0.10.0, fixed .zon 2023-04-22 07:39:52 +02:00
Rene Schallner
b7f3ae06c6 update tests, pkghash 2023-04-22 07:38:44 +02:00
Rene Schallner
dab84c450a Updated README, started tagging releases 2023-04-21 23:11:04 +02:00
Rene Schallner
1fa1d10acf started adding HTTP auth + tests 2023-04-16 06:44:14 +02:00
Rene Schallner
a8b72ca8e7 Bumped .zon version after latest commit 2023-04-14 23:34:37 +02:00
Rene Schallner
86f44ac45b fixed MustacheBuild mem leak 2023-03-10 21:16:15 +01:00
Rene Schallner
3cf802be4a updated to latest facilio 2023-03-10 14:07:53 +01:00
Rene Schallner
0ec7fa4a91 updated to facilio 0.0.4 2023-03-10 11:42:20 +01:00
Rene Schallner
503554d649 added facilio logging functions 2023-03-08 15:08:15 +01:00
Rene Schallner
348473fcb5 bumped version number 2023-03-04 18:38:47 +01:00
Rene Schallner
21c4fa12d3 mustache cleanup 2023-02-27 02:15:29 +01:00
Rene Schallner
ae1bfbcba0 changed to zigzap github organization 2023-02-13 04:18:45 +01:00
Rene Schallner
ae06356c78 depend on zig pkg man friendly fork of facil.io 2023-02-12 16:58:33 +01:00
Rene Schallner
013b1ac3ff Added revision of our facil.io fork that has a build.zig file 2023-02-12 15:07:12 +01:00
Rene Schallner
3141ecc90f updated facil.io dependency to our fork 2023-02-12 14:34:42 +01:00
Quetzal Bradley
cd32fa6bc9 export zap module 2023-02-12 10:37:40 +00:00