.. |
accept
|
proposed change to parseAccept API
|
2024-04-27 21:29:32 +02:00 |
bindataformpost
|
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 |
cookies
|
fix breaking changes as of 14-4-24
|
2024-04-14 18:19:18 +02:00 |
endpoint
|
Merge branch 'zig-0.12.0' into zig-0.12.0
|
2024-04-21 13:54:51 +02:00 |
endpoint_auth
|
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 |
hello
|
API cleanup #1 --------------
|
2024-01-09 11:28:05 +01:00 |
hello2
|
performance: revert r.method enum back to ?[]const u8 new http.Method enum is available via r.methodAsEnum()
|
2024-02-24 15:49:14 +01:00 |
hello_json
|
Update hello_json.zig
|
2024-04-24 02:11:28 +02:00 |
http_params
|
fix breaking changes as of 14-4-24
|
2024-04-14 18:19:18 +02:00 |
https
|
fix https example output's suggested curl command
|
2025-02-25 12:56:02 +00:00 |
middleware
|
fix breaking changes as of 14-4-24
|
2024-04-14 18:19:18 +02:00 |
middleware_with_endpoint
|
update docs and examples for endpoint middleware
|
2024-07-25 20:38:26 -04:00 |
mustache
|
API cleanup #1 --------------
|
2024-01-09 11:28:05 +01:00 |
routes
|
API cleanup #1 --------------
|
2024-01-09 11:28:05 +01:00 |
senderror
|
fix: use error return trace in senderror
|
2024-04-18 16:16:15 -06:00 |
sendfile
|
API cleanup #1 --------------
|
2024-01-09 11:28:05 +01:00 |
serve
|
API cleanup #1 --------------
|
2024-01-09 11:28:05 +01:00 |
simple_router
|
re-write of zap.Router, fix #83
|
2024-03-23 23:00:25 +01:00 |
userpass_session_auth
|
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 |
websockets
|
API cleanup #2 --------------
|
2024-01-09 11:28:53 +01:00 |