1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

Another README update: for the https FAQ honestly not sure how to concisely express that.

This commit is contained in:
Vemahk 2024-01-05 20:26:26 -06:00 committed by Rene Schallner
parent 2139db102a
commit 51af6120ac

View file

@ -35,7 +35,8 @@ Exactly the goals I set out to achieve!
- Q: **Does ZAP support TLS / HTTPS?**
- A: Yes, ZAP supports using the system's openssl. See the
[https](./examples/https/https.zig) example and make sure to build with
the environment variable `ZAP_USE_OPENSSL=true`:
the -Dopenssl flag or the environment variable `ZAP_USE_OPENSSL=true`:
- `.openssl = true,` (in build.zig, `b.dependency("zap" .{...})`)
- `ZAP_USE_OPENSSL=true zig build https`
- Q: **Are there API docs?**
- A: They are under development. Git clone this, then run `zig build run-docserver`.