1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/src
2024-03-23 22:35:49 +01:00
..
deps Update to use the new alignCast where the alignOf is not needed anymore 2023-06-26 20:11:34 -07:00
tests cosmetics 2024-02-23 20:21:11 +01:00
endpoint.zig use methodAsEnum() in endpoint and json example 2024-02-24 15:52:27 +01:00
fio.zig added zap.Tls, updated https example 2023-12-30 03:13:36 +01:00
http.zig in http.methodToEnum use std.meta.stringToEnum 2024-02-24 15:22:37 +01:00
http_auth.zig Refactored request, auth, endpoint: 2024-01-10 15:05:53 +01:00
log.zig API cleanup #2 2024-01-08 19:26:16 +01:00
middleware.zig API cleanup #3 2024-01-08 21:41:44 +01:00
mustache.zig Refactored request, auth, endpoint: 2024-01-10 15:05:53 +01:00
request.zig performance: revert r.method enum back to ?[]const u8 new http.Method enum is available via r.methodAsEnum() 2024-02-24 15:49:14 +01:00
router.zig re-write of zap.Router, fix #83 2024-03-23 22:35:49 +01:00
tls.zig Added tls.zig 2023-12-30 13:19:01 +01:00
util.zig re-write of zap.Router, fix #83 2024-03-23 22:35:49 +01:00
websockets.zig API cleanup #2 2024-01-08 19:26:16 +01:00
zap.zig performance: revert r.method enum back to ?[]const u8 new http.Method enum is available via r.methodAsEnum() 2024-02-24 15:49:14 +01:00