mirror of
https://github.com/zigzap/zap.git
synced 2026-01-29 09:06:58 +00:00
- `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. |
||
|---|---|---|
| .. | ||
| bindataformpost | ||
| cookies | ||
| endpoint | ||
| endpoint_auth | ||
| hello | ||
| hello2 | ||
| hello_json | ||
| http_params | ||
| https | ||
| middleware | ||
| middleware_with_endpoint | ||
| mustache | ||
| routes | ||
| senderror | ||
| sendfile | ||
| serve | ||
| userpass_session_auth | ||
| websockets | ||