1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00
Commit graph

247 commits

Author SHA1 Message Date
Rene Schallner
d907febc5f fixed links in auth doc 2023-05-20 03:40:45 +02:00
Rene Schallner
a99b6af799 updated deps in README 2023-05-20 03:20:47 +02:00
Rene Schallner
35144b195e zap.Middleware.EndpointHandler, r.get/setContext() 2023-05-20 03:16:02 +02:00
Rene Schallner
e8c9e866cd removed localhost hack from CI 2023-05-20 00:46:47 +02:00
Rene Schallner
0c18565cea fixed wrk_zigstd. It compiles but can't handle wrk :( 2023-05-19 15:37:58 +02:00
Rene Schallner
715458847b update README 2023-05-19 14:55:45 +02:00
Rene Schallner
b0b72c574b flake update 2023-05-19 14:48:47 +02:00
Rene Schallner
4349f6e25d new release after std.json chanes 2023-05-19 14:47:55 +02:00
Rene Schallner
25fc7cf809
Merge pull request #17 from edyu/master
update endpoint example to the new json api
2023-05-19 14:34:32 +02:00
Ed Yu
3fb6a65e48 update endpoint example to the new json api 2023-05-18 20:54:16 -07:00
Rene Schallner
dc7720e298 update README with latest .zon dep 2023-05-19 03:35:33 +02:00
Rene Schallner
bb587ac2a2 zig-ception update 2023-05-19 03:23:28 +02:00
Rene Schallner
fe4e3f94a5 comments update 2023-05-19 03:22:31 +02:00
Rene Schallner
d0424d0d49 doc fixes 2023-05-19 03:17:00 +02:00
Rene Schallner
6f7e2f89fb fix comments 2023-05-19 03:07:56 +02:00
Rene Schallner
d656452667 MIDDLEWARE support 2023-05-19 02:47:39 +02:00
Rene Schallner
7e6bda1b8a
Merge pull request #16 from edyu/master
add http method PATCH for endpoint listener
2023-05-17 03:03:50 +02:00
Ed Yu
a641dcc082 add http method PATCH for endpoint listener 2023-05-16 14:58:52 -07:00
Rene Schallner
3ef7356bbe lil doc update 2023-05-16 18:04:12 +02:00
Rene Schallner
86f1022b46 DOC: why no errors in response functions 2023-05-16 17:55:00 +02:00
Rene Schallner
512b4b21bd added doc for localhost building 2023-05-16 17:12:12 +02:00
Rene Schallner
1c2609c7f1
Update authentication.md 2023-05-16 16:12:29 +02:00
Rene Schallner
81f38d6605 lil doc update 2023-05-16 16:11:39 +02:00
Rene Schallner
94fe2d24c2 Put notes on zig master workaround back into README. 2023-05-16 16:06:00 +02:00
Rene Schallner
6e3c980516
Update README.md 2023-05-16 04:47:08 +02:00
Rene Schallner
947638272a more discord 2023-05-16 04:10:01 +02:00
Rene Schallner
1875a38c71 discord 2023-05-16 04:07:48 +02:00
Rene Schallner
8067c666b2 on_request fallback for SimpleHttpListener 2023-05-16 03:38:38 +02:00
Rene Schallner
a19acaeb83 better cache-control example f. sendFile 2023-05-14 00:21:25 +02:00
Rene Schallner
9d3126649e README: update build instr to latest zig 2023-05-13 22:49:02 +02:00
Rene Schallner
185c27229a README: update to latest .zon 2023-05-13 22:41:27 +02:00
Rene Schallner
7da60271f4 CI-add sendfile tests, all examples instead of 1 2023-05-13 22:34:42 +02:00
Rene Schallner
b988454a72 added example for sendFile 2023-05-13 22:30:45 +02:00
Rene Schallner
48e30ca35c feature: SimpleRequest.sendFile(filename) 2023-05-12 23:50:22 +02:00
Rene Schallner
c10b35777b fixed example: only have 1 worker! 2023-05-09 05:26:09 +02:00
Rene Schallner
76c9edcd8e updated README with latest deps 2023-05-09 05:23:30 +02:00
Rene Schallner
cd7e564102 preparing for release 2023-05-09 05:19:54 +02:00
Rene Schallner
0f9fbbd677 fixed setHeader debug logging 2023-05-09 05:18:24 +02:00
Rene Schallner
6e081d8672 lil example's logging update 2023-05-09 05:12:30 +02:00
Rene Schallner
340b1ae3a8 UserPassSession Authentication!!! 2023-05-09 04:35:59 +02:00
Rene Schallner
645db5c8d0 AuthResult is now an enum (was: bool) 2023-05-08 00:06:57 +02:00
Rene Schallner
ed156ba654 updated to latest zig 2023-05-07 17:10:59 +02:00
Rene Schallner
9002a40e4e attempt to fix zig build 2023-05-07 16:59:38 +02:00
Rene Schallner
e32a46b735
Update mastercheck.yml 2023-05-07 16:31:30 +02:00
Rene Schallner
2390a359d1
Update mastercheck.yml for workflow diagnosis 2023-05-07 16:18:19 +02:00
Rene Schallner
0251a9cbc5 improved websocket chat example 2023-05-07 16:14:28 +02:00
Rene Schallner
d583ae62b7 readme current zig version 2023-05-07 05:12:02 +02:00
Rene Schallner
3962a0b454 update readme 2023-05-07 05:10:20 +02:00
Rene Schallner
7588d55270 updated readme with latest deps .zon 2023-05-07 05:05:56 +02:00
Rene Schallner
00291117d8 websockets + example 2023-05-07 05:02:09 +02:00