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

10 commits

Author SHA1 Message Date
renerocksai
f77f405320
doc update 2025-03-16 16:33:55 +01:00
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
027ad41d0f fix auth doc 2023-05-20 03:41:36 +02:00
Rene Schallner
d907febc5f fixed links in auth doc 2023-05-20 03:40:45 +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
19880fad3e added endpoint_auth example, fixed doc 2023-04-16 23:53:14 +02:00
Rene Schallner
6e206be5b6 doc fixup 2023-04-16 23:45:23 +02:00
Rene Schallner
7e2c3b6251 more tests, cleanup 2023-04-16 23:42:08 +02:00