1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/examples/app
Tesseract22 c0cc025eda Provide defaults to unprovided restful method handler
Make `get`, `post`, ... methods optional. Check whether these method
exist at comptime. When no corresponding method is provided,
the handler simply return immediately.

Since it uses comptime, hopefully it should not add any checks at
runtime.
2025-07-13 15:02:35 +08:00
..
auth.zig Provide defaults to unprovided restful method handler 2025-07-13 15:02:35 +08:00
basic.zig Provide defaults to unprovided restful method handler 2025-07-13 15:02:35 +08:00
errors.zig Provide defaults to unprovided restful method handler 2025-07-13 15:02:35 +08:00