1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/examples
Brook Jeynes 9fd8c13b32 Updated mustache.zig to be more Zig like
- `mustache.zig` now returns a `Mustache` struct. This allows functions to be called
on the mustache instance, e.g. `zap.mustacheFree(mustache)` -> `mustache.free()`.
- Updated mustache example.
- Added doc strings to majority of mustache functions.
2023-12-30 13:15:07 +10:00
..
bindataformpost 0.12.0 ready 2023-12-29 23:34:33 +01:00
cookies 0.12.0 ready 2023-12-29 23:34:33 +01:00
endpoint 0.12.0 ready 2023-12-29 23:34:33 +01:00
endpoint_auth added endpoint_auth example, fixed doc 2023-04-16 23:53:14 +02:00
hello added errors 2023-03-10 11:43:57 +01:00
hello2 added support for SimpleRequest.getHeader() 2023-04-14 23:32:56 +02:00
hello_json 0.12.0 ready 2023-12-29 23:34:33 +01:00
http_params 0.12.0 ready 2023-12-29 23:34:33 +01:00
https refactored zap.Tls 2023-12-30 03:48:36 +01:00
middleware 0.12.0 ready 2023-12-29 23:34:33 +01:00
middleware_with_endpoint 0.12.0 ready 2023-12-29 23:34:33 +01:00
mustache Updated mustache.zig to be more Zig like 2023-12-30 13:15:07 +10:00
routes added errors 2023-03-10 11:43:57 +01:00
senderror first cut of sendError 2023-05-22 05:17:21 +02:00
sendfile better cache-control example f. sendFile 2023-05-14 00:21:25 +02:00
serve added errors 2023-03-10 11:43:57 +01:00
userpass_session_auth 0.12.0 ready 2023-12-29 23:34:33 +01:00
websockets 0.12.0 ready 2023-12-29 23:34:33 +01:00