This repository was archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fb737a
commit 93569e4
Showing
9 changed files
with
35 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
text eol=lf | ||
*.zig text eol=lf | ||
*.zzz text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# Build artifacts | ||
zig-cache/ | ||
|
||
# Gyro | ||
deps.zig | ||
.gyro | ||
gyro.lock | ||
zig-out/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
pkgs: | ||
requestz: | ||
version: 0.1.0 | ||
root: src/main.zig | ||
description: HTTP client for Zig 🦎 | ||
license: 0BSD | ||
source_url: "https://github.com/ducdetronquito/requestz" | ||
tags: http | ||
deps: | ||
ducdetronquito/http: ^0.1.3 | ||
ducdetronquito/h11: ^0.1.1 | ||
iguanaTLS: | ||
src: | ||
github: | ||
user: alexnask | ||
repo: iguanaTLS | ||
ref: 0d39a361639ad5469f8e4dcdaea35446bbe54b48 | ||
network: | ||
root: network.zig | ||
src: | ||
github: | ||
user: MasterQ32 | ||
repo: zig-network | ||
ref: b9c91769d8ebd626c8e45b2abb05cbc28ccc50da |
Submodule h11
deleted from
7ed7e3
Submodule iguanaTLS
deleted from
0c0b35
This file was deleted.
Oops, something went wrong.
Submodule zig-network
deleted from
de8524