mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 15:44:10 +00:00
Another README update: for the https FAQ honestly not sure how to concisely express that.
This commit is contained in:
parent
2139db102a
commit
51af6120ac
1 changed files with 2 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue