mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
Another README update: for the https FAQ
honestly not sure how to concisely express that.
This commit is contained in:
parent
8191e82eca
commit
d39d78d6a7
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,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`
|
||||
|
||||
## Here's what works
|
||||
|
|
Loading…
Add table
Reference in a new issue