1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00
zap/src
Rene Schallner 540c2043fb re-fix error
2024-04-21 14:24:17 +02: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 fix breaking changes as of 14-4-24 2024-04-14 18:19:18 +02:00
fio.zig added zap.Tls, updated https example 2023-12-30 03:28:21 +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: - zap.Request : refactored into its own file, along with supporting types and functions (e.g. http params related) - added setContentTypeFromFilename thx @hauleth. - zap.Auth : zap.Auth.Basic, zap.Auth.BearerSingle, ... - zap.Endpoint : zap.Endpoint, zap.Endpoint.Authenticating 2024-01-10 15:13:25 +01:00
log.zig API cleanup #2 -------------- 2024-01-09 11:28:53 +01:00
middleware.zig Merge branch 'zig-0.12.0' 2024-04-21 14:20:15 +02:00
mustache.zig Refactored request, auth, endpoint: - zap.Request : refactored into its own file, along with supporting types and functions (e.g. http params related) - added setContentTypeFromFilename thx @hauleth. - zap.Auth : zap.Auth.Basic, zap.Auth.BearerSingle, ... - zap.Endpoint : zap.Endpoint, zap.Endpoint.Authenticating 2024-01-10 15:13:25 +01:00
request.zig re-fix error 2024-04-21 14:24:17 +02:00
router.zig re-write of zap.Router, fix #83 2024-03-23 23:00:25 +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 23:00:25 +01:00
websockets.zig WebSockets: fix write function by replacing fio.str2fio with util.str2fio 2024-02-29 15:51:35 +01:00
zap.zig update for @fieldParentPointer RLS change 2024-04-05 15:13:44 +11:00