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

451 commits

Author SHA1 Message Date
Rene Schallner
724ce87bd2 don't pollute global namespace with fio 2024-01-09 11:07:07 +01:00
Rene Schallner
eca4d511f0 finalize: allocator always 1st-ish arg 2024-01-09 10:55:27 +01:00
renerocksai
35a8d8f39b progress. alloc 1st 2024-01-09 08:21:03 +01:00
renerocksai
e7305816d3 API cleanup #3
--------------

More zap docstrings
2024-01-08 21:41:44 +01: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
5a284fc96d Update README.md 2024-01-07 21:37:29 +01:00
Vemahk
2574ceb63c goodness, there's more README. 2024-01-07 21:34:58 +01:00
Vemahk
51af6120ac Another README update: for the https FAQ honestly not sure how to concisely express that. 2024-01-07 21:34:58 +01:00
Vemahk
2139db102a README.md change 2024-01-07 21:34:58 +01:00
Vemahk
56f687bf19 updated relevant comment 2024-01-07 21:34:58 +01:00
Vemahk
613afaf1af readd -Dopenssl to zap build. modify readme for instructions how to use it 2024-01-07 21:34:58 +01:00
Rene Schallner
31bf768b96 fix build for latest zig master 2024-01-05 15:37:25 +01:00
Rene Schallner
869a7b8138 update README: build openssl env var 2024-01-05 14:01:06 +01:00
Rene Schallner
5eb57387e8 openssl support depend on ZAP_USE_OPENSSL=true env 2024-01-05 13:59:25 +01:00
Rene Schallner
29b90f0626
Merge pull request #59 from BrookJeynes/mustache-doc-comments
Mustache doc comments
2023-12-31 02:03:01 +01:00
Brook Jeynes
6611269721 fix returned struct field 2023-12-31 10:59:18 +10:00
Brook Jeynes
22d454d134 Updated Mustache doc strings and member visibility
- Updated `Mustache.fiobjectify` to be private
- Updated docstrings on `Mustache.build`
- Renamed `Mustache.handler` -> `Mustache.handle`
- Added docstrings for `Mustache.fiobjectify` and `Mustache.handle`
- Removed `Mustache.status`
2023-12-31 10:56:37 +10:00
Rene Schallner
5082eebd74
Merge pull request #58 from BrookJeynes/mustache-zig-style
Updated `mustache.zig` to be more Zig like
2023-12-31 01:33:53 +01:00
Brook Jeynes
9cc371e567 - Updated tests (all passing)
- Resolved `init()`  comment stating an error occured if nothing was passed in.
- Replaced error at an unreachable location in `init()` to `unreachable`
- Made many members private
2023-12-31 10:27:13 +10:00
stringnick
1e849d2b05 http method options support 2023-12-31 01:20:54 +01:00
Rene Schallner
a8a8b537fe http_auth test: http client code "fix"; also: 1 use 1 worker instead of 0 explicitly 2023-12-31 00:51:22 +01:00
Rene Schallner
715fe03edd Added tls.zig 2023-12-30 13:19:01 +01:00
Brook Jeynes
9fd8c13b32 Updated mustache.zig to be more Zig like
- `mustache.zig` now returns a `Mustache` struct. This allows functions to be called
on the mustache instance, e.g. `zap.mustacheFree(mustache)` -> `mustache.free()`.
- Updated mustache example.
- Added doc strings to majority of mustache functions.
2023-12-30 13:15:07 +10:00
Rene Schallner
684ea8065b refactored zap.Tls 2023-12-30 03:48:36 +01:00
Rene Schallner
c38856d0e1 added zap.Tls, updated https example 2023-12-30 03:13:36 +01:00
Rene Schallner
8f82a692b1 added hints to API-docs to README 2023-12-30 00:59:00 +01:00
Rene Schallner
521b0deaf6 added docs & docserver 2023-12-30 00:51:05 +01:00
Rene Schallner
82323f835e 0.12.0 ready 2023-12-29 23:34:33 +01:00
Rene Schallner
e85a24c006 Added https example to README 2023-12-29 17:52:09 +01:00
Rene Schallner
5e789ee87a added https example 2023-12-29 17:44:25 +01:00
Rene Schallner
edf585c220 added tls support to zap 2023-12-29 17:31:10 +01:00
Rene Schallner
ff1a0a2174 facilio: openssl exit codes suggested by @CoalNova 2023-12-29 16:13:58 +01:00
Rene Schallner
62fc16aaac build.zig changes for conditional openssl support 2023-12-29 15:57:20 +01:00
Rene Schallner
cbccf535c3 A: zig-master branch 2023-12-27 15:04:49 +01:00
Rene Schallner
07e922db76 Added Windows Q 2023-12-27 15:03:12 +01:00
GitHub Action
03887990f1 Update README 2023-12-22 03:29:52 +00:00
Rene Schallner
6ef7559fd8 attempt to fix new facilio build: install lib 2023-12-22 04:24:25 +01:00
Rene Schallner
e75e1b06e9 swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
GitHub Action
556c80c1ba Update README 2023-12-19 14:44:54 +00:00
Rene Schallner
db44c3cffa
Merge pull request #53 from akiomik/patch-1
Fix typo in README.md
2023-12-19 10:45:22 +01:00
Rene Schallner
d5a1024091 Little README update 2023-12-19 10:39:26 +01:00
Rene Schallner
9b117de4d0 Update README. 2023-12-19 10:37:11 +01:00
Rene Schallner
5fc31bcc1a fixed local link in README 2023-12-19 10:33:52 +01:00
Rene Schallner
807069b96d Updated README, incl. Most-FAQ. 2023-12-19 10:32:43 +01:00
Rene Schallner
082c81c4a8 Updated flake to nixpkgs/unstable 2023-12-19 10:32:31 +01:00
Akiomi Kamakura
c011769f40
Fix typo in README.md 2023-11-07 02:48:10 +09:00
Rene Schallner
a231371c3a
Merge pull request #50 from euanwm/spelling_error
spelling and grammar mods
2023-10-20 19:15:33 +02:00
Rene Schallner
6558413af9
Merge pull request #49 from nemzyxt/fix-typo-in-readme
Fix typo in README.md
2023-10-20 19:13:42 +02:00
Euan
d1a925d526 spelling and grammar mods 2023-10-20 11:58:38 +01:00