renerocksai
|
dabd0637f9
|
endpoints, auth endpoints, middleware endpoints: eliminate need for empty stubs
|
2025-07-23 20:23:49 +02:00 |
|
Mimi
|
b134f969f3
|
fix: add missing head handler for EndpointType
|
2025-04-21 18:36:46 -03:00 |
|
renerocksai
|
8d187310c7
|
harmonize callback function error handling, zap logging; doc updates
|
2025-04-01 16:30:24 +02:00 |
|
renerocksai
|
4c59132a08
|
added header to example main source files showing how to build & run
|
2025-03-30 19:40:08 +02:00 |
|
Rene Schallner
|
3aaa7fcc24
|
removed Self and @This() as much as possible
|
2025-03-21 18:57:33 +01:00 |
|
renerocksai
|
fcce4517de
|
introduced error union to request fn return type
|
2025-03-16 20:16:14 +01:00 |
|
renerocksai
|
7f82a6b350
|
fixed zap.Middleware + example for endpoint handlers to new zap.Endpoint
|
2025-03-16 14:13:54 +01:00 |
|
Thom Dickson
|
903716bcf5
|
update docs and examples for endpoint middleware
|
2024-07-25 20:38:26 -04:00 |
|
dweiller
|
43b6993942
|
update for @fieldParentPointer RLS change
|
2024-04-05 15:13:44 +11:00 |
|
renerocksai
|
551d033edc
|
API cleanup #2
--------------
- Middleware: no more MixContexts
- zig structs are fine
- more documentation (comments -> autodoc).
- websocket docs
|
2024-01-08 19:26:16 +01:00 |
|
renerocksai
|
3d651229f8
|
API cleanup #1
--------------
- EndpointListener.register() // was: addEndpoint
- no more Simple
- getEndpoint -> endpoint()
|
2024-01-08 15:50:46 +01:00 |
|
Rene Schallner
|
82323f835e
|
0.12.0 ready
|
2023-12-29 23:34:33 +01:00 |
|
Ed Yu
|
c047d9dc9b
|
Revert Context changes in middleware_with_endpoint by fixing middleware MixContexts
|
2023-06-22 11:57:55 -07:00 |
|
Ed Yu
|
71fb5d945e
|
Update middleware_with_endpoint example with direct context
|
2023-06-21 20:44:05 -07:00 |
|
Rene Schallner
|
35144b195e
|
zap.Middleware.EndpointHandler, r.get/setContext()
|
2023-05-20 03:16:02 +02:00 |
|