1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
Commit graph

16 commits

Author SHA1 Message Date
renerocksai
3d651229f8 API cleanup #1
--------------

- EndpointListener.register() // was: addEndpoint
- no more Simple
- getEndpoint -> endpoint()
2024-01-08 15:50:46 +01:00
stringnick
1e849d2b05 http method options support 2023-12-31 01:20:54 +01:00
Rene Schallner
82323f835e 0.12.0 ready 2023-12-29 23:34:33 +01:00
Ed Yu
9c66dd4deb Update to new json parser api changes 2023-06-20 10:21:48 -07:00
Ed Yu
3fb6a65e48 update endpoint example to the new json api 2023-05-18 20:54:16 -07:00
Ed Yu
a641dcc082 add http method PATCH for endpoint listener 2023-05-16 14:58:52 -07:00
Rene Schallner
b197fb5ff7 housekeeping 2023-04-21 22:18:22 +02:00
Rene Schallner
dfaadf3140 Enpoint example: from singleton to @fieldParentPtr 2023-04-18 21:02:43 +02:00
Rene Schallner
615d90b8f4 added errors 2023-03-10 11:43:57 +01:00
Rene Schallner
e2e11c8976 fixed endpoint example: jsonification race condition 2023-01-20 20:25:36 +01:00
Rene Schallner
27f3cb8628 zap: max_body_size, endpoint: mem buffer correction 2023-01-19 21:49:02 +01:00
Rene Schallner
d258588454 cosmetics: longer line in endpoint example 2023-01-19 21:28:07 +01:00
Rene Schallner
172ddd3e0f Endpoint better json handling 2023-01-19 21:24:22 +01:00
Rene Schallner
d5ee2f11ef endpoint example mem improvement 2023-01-19 20:54:12 +01:00
Rene Schallner
1f8e8ac0e4 saner mem management, thread-safety 2023-01-19 20:34:47 +01:00
Rene Schallner
720c0f8bfe renamed endpoints example to endpoint 2023-01-18 14:35:52 +01:00
Renamed from examples/endpoints/endpoints.zig (Browse further)