mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
goodness, there's more README.
This commit is contained in:
parent
d39d78d6a7
commit
f38077c780
1 changed files with 4 additions and 3 deletions
|
@ -118,10 +118,11 @@ necessary to show a feature.
|
||||||
call `r.sendError(err, status_code)` when you catch an error and a stack trace
|
call `r.sendError(err, status_code)` when you catch an error and a stack trace
|
||||||
will be returned to the client / browser.
|
will be returned to the client / browser.
|
||||||
- [**HTTPS**](examples/https/https.zig): Shows how easy it is to use facil.io's
|
- [**HTTPS**](examples/https/https.zig): Shows how easy it is to use facil.io's
|
||||||
openssl support. Must be compiled with the environment variable
|
openssl support. Must be compiled with `-Dopenssl=true` or the environment
|
||||||
`ZAP_USE_OPENSSL` set to `true` and requires openssl dev dependencies
|
variable `ZAP_USE_OPENSSL` set to `true` and requires openssl dev dependencies
|
||||||
(headers, lib) to be installed on the system.
|
(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
|
- it will tell you how to generate certificates
|
||||||
|
|
||||||
I'll continue wrapping more of facil.io's functionality and adding stuff to zap
|
I'll continue wrapping more of facil.io's functionality and adding stuff to zap
|
||||||
|
|
Loading…
Add table
Reference in a new issue