https://github.com/fengb/zig-https-example
https://github.com/fengb/zig-https-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fengb/zig-https-example
- Owner: fengb
- License: mit
- Created: 2021-01-03T05:17:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T05:19:38.000Z (over 5 years ago)
- Last Synced: 2025-01-26T19:33:51.905Z (over 1 year ago)
- Language: Zig
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig https example
A quick example of how to make an HTTPS request in pure Zig.
```bash
$ git clone https://github.com/fengb/zig-https-example --recurse-submodules
$ cd zig-https-example
$ zig build run
```