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

438 commits

Author SHA1 Message Date
Rene Schallner
6e5d028d51 openssl support depend on ZAP_USE_OPENSSL=true env 2024-01-05 13:44:01 +01:00
GitHub Action
081bd05a5b Update README 2023-12-31 00:42:45 +00:00
Rene Schallner
5da64cc748 updating build.zig.zon for imminent release 2023-12-31 01:40:28 +01:00
Rene Schallner
feb4ad5c77
Merge pull request #57 from StringNick/http-method-options
http method options support
2023-12-31 01:17:02 +01:00
Rene Schallner
87aca69ff8 updated GH zig-11 workflow to run tests step by step 2023-12-31 00:39:43 +01:00
Rene Schallner
012452e1e1 http_auth test: http client code "fix"; also: 1 use 1 worker instead of 0 explicitly 2023-12-31 00:18:24 +01:00
GitHub Action
790ee37181 Update README 2023-12-30 12:17:03 +00:00
Rene Schallner
ed827ca602 oops. tls.zig 2023-12-30 13:15:22 +01:00
GitHub Action
ef9608a719 Update README 2023-12-30 02:54:45 +00:00
Rene Schallner
abc3f01688 updated build.zig.zon for imminent release 2023-12-30 03:50:25 +01:00
Rene Schallner
5770e1673a refactored zap.Tls 2023-12-30 03:47:10 +01:00
Rene Schallner
1061c2d4ba added zap.Tls, updated https example 2023-12-30 03:28:21 +01:00
Rene Schallner
83dd0153ef Update README to point to 0.12.0 branch 2023-12-30 00:05:49 +01:00
Rene Schallner
39b543a45e for now: skip http in zig build all 2023-12-29 23:39:22 +01:00
GitHub Action
56cead12a6 Update README 2023-12-29 17:04:31 +00: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
stringnick
7dcac55191 http method options support 2023-12-27 23:25:57 +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
Nemuel Wainaina
0b3b2659bd Fix typo in README.md 2023-10-18 17:36:50 +03:00
Rene Schallner
8a2d077bd8 fixed release note templates: b.installArtifact 2023-09-23 10:50:47 +02:00
GitHub Action
8efc65eefc Update README 2023-09-13 12:01:09 +00:00
Rene Schallner
e984bc7df1 Bumping version for imminent release after merging #42 2023-09-13 13:58:53 +02:00
Rene Schallner
877bd0eea2 refactored and simplified Mustache interface 2023-09-13 13:43:33 +02:00
sadbeast
8f5aa17109 Add MustacheLoad to support loading from file
According to the facil.io docs
(http://facil.io/0.7.x/fiobj_mustache#fiobj_mustache_new):

> By setting the filename argument even when the data argument exists,
> it will allow path resolution for partial templates. Otherwise, there
> is no way to know where to find the partial templates.

This will allow partial templates to work.

However, this also introduces a breaking change to the existing
MustacheNew function. This change makes it mirror the C version where it
accepts a MustacheLoadArgs struct instead of just the data.  That's also
a handy method to have, so I renamed that to MustacheData...maybe
there's a better name?
2023-09-13 13:22:23 +02:00
Rene Schallner
ecb06028d1 provided 2 bin files for bindataformpost example 2023-09-13 02:23:33 +02:00
GitHub Action
f0b3e282a3 Update README 2023-09-13 00:14:00 +00:00
Rene Schallner
4676c5bab6 bumped version for imminent release 2023-09-13 02:11:47 +02:00
Rene Schallner
942fb0f4a9 fixed multi-file upload 2023-09-13 02:11:16 +02:00
GitHub Action
b6fd422924 Update README 2023-09-12 23:40:42 +00:00
Rene Schallner
83d2f11814 bumped version for release 2023-09-13 01:37:18 +02:00
Rene Schallner
661c230c0f added support for multi-file form upload 2023-09-13 01:36:42 +02:00