Skip to content

Commit

Permalink
goodness, there's more README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vemahk committed Jan 6, 2024
1 parent d39d78d commit f38077c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,11 @@ necessary to show a feature.
call `r.sendError(err, status_code)` when you catch an error and a stack trace
will be returned to the client / browser.
- [**HTTPS**](examples/https/https.zig): Shows how easy it is to use facil.io's
openssl support. Must be compiled with the environment variable
`ZAP_USE_OPENSSL` set to `true` and requires openssl dev dependencies
openssl support. Must be compiled with `-Dopenssl=true` or the environment
variable `ZAP_USE_OPENSSL` set to `true` and requires openssl dev dependencies
(headers, lib) to be installed on the system.
- run it like this: `ZAP_USE_OPENSSL=true zig build run-https`
- run it like this: `ZAP_USE_OPENSSL=true zig build run-https`
OR like this: `zig build -Dopenssl=true run-https`
- it will tell you how to generate certificates

I'll continue wrapping more of facil.io's functionality and adding stuff to zap
Expand Down

0 comments on commit f38077c

Please sign in to comment.