Rene Schallner
|
61fbbe8b08
|
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 |
|
renerocksai
|
8892cae7df
|
API cleanup #1 --------------
- EndpointListener.register() // was: addEndpoint
- no more Simple
- getEndpoint -> endpoint()
|
2024-01-09 11:28:05 +01:00 |
|
Rene Schallner
|
28b90c7b00
|
Endpoint example: /stop endpoint & leak detection
|
2023-07-03 15:54:26 +02:00 |
|
Rene Schallner
|
8067c666b2
|
on_request fallback for SimpleHttpListener
|
2023-05-16 03:38:38 +02: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
|
01df5ce456
|
more endpoint comments
|
2023-01-20 20:41:54 +01:00 |
|
Rene Schallner
|
e2e11c8976
|
fixed endpoint example: jsonification race condition
|
2023-01-20 20:25:36 +01:00 |
|
Rene Schallner
|
1f8e8ac0e4
|
saner mem management, thread-safety
|
2023-01-19 20:34:47 +01:00 |
|
Rene Schallner
|
218b556d30
|
made endpoint's user list thread-safe
|
2023-01-18 15:03:21 +01:00 |
|
Rene Schallner
|
720c0f8bfe
|
renamed endpoints example to endpoint
|
2023-01-18 14:35:52 +01:00 |
|
Rene Schallner
|
80185931c5
|
cleanup
|
2023-01-14 16:44:40 +01:00 |
|
Rene Schallner
|
cd18bffc62
|
endpoints example progress
|
2023-01-14 16:40:54 +01:00 |
|
Rene Schallner
|
9186bb58ec
|
endpoint example: the beginnings
|
2023-01-14 16:13:14 +01:00 |
|