An open API service indexing awesome lists of open source software.

https://github.com/fengb/zig-https-example


https://github.com/fengb/zig-https-example

Last synced: about 1 year ago
JSON representation

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
```