1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/src
2025-07-25 01:59:02 +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 endpoints, auth endpoints, middleware endpoints: eliminate need for empty stubs 2025-07-23 20:23:49 +02:00
App.zig zap.App.Endpoint.Authenticating: don't require unauthorized handler, return 405 method not allowed for unimplemented HTTP methods 2025-07-23 01:46:39 +02:00
BoundFunction.zig BoundFunction POLYMORPHIC!!! 2025-03-27 01:13:30 +01:00
endpoint.zig endpoints, auth endpoints, middleware endpoints: eliminate need for empty stubs 2025-07-23 20:23:49 +02:00
fio.zig get rid of zap.util.FreeOrNot 2025-03-21 18:21:27 +01:00
http.zig feat: add HEAD Method to methodAsEnum 2024-06-23 23:59:43 +02:00
http_auth.zig Zap: remove newline for Zig's default log fn 2025-05-08 15:30:54 +02:00
Logging.zig harmonize callback function error handling, zap logging; doc updates 2025-04-01 16:30:24 +02:00
middleware.zig endpoints, auth endpoints, middleware endpoints: eliminate need for empty stubs 2025-07-23 20:23:49 +02:00
mustache.zig harmonize callback function error handling, zap logging; doc updates 2025-04-01 16:30:24 +02:00
request.zig added fio-typecheck of mimetype field when parsing binfiles 2025-07-25 01:59:02 +02:00
router.zig cleanup unused params where applicable (ie non-instructive) 2025-03-30 19:58:22 +02:00
tls.zig Added tls.zig 2023-12-30 13:19:01 +01:00
util.zig added fio-typecheck of mimetype field when parsing binfiles 2025-07-25 01:59:02 +02:00
websockets.zig harmonize callback function error handling, zap logging; doc updates 2025-04-01 16:30:24 +02:00
zap.zig harmonize callback function error handling, zap logging; doc updates 2025-04-01 16:30:24 +02:00