ducdetronquito / requestz

HTTP client for Zig 🦎
BSD Zero Clause License
116 stars 12 forks source link

Does not compile in latest zig version #14

Closed Guigui220D closed 3 years ago

Guigui220D commented 3 years ago

0.8.0-dev.1417+9f722f43a

I didn't try to see what didn't work because I can only code this week end and it's probably an easy fix but it seems it's the inline keyword that is deprecated.

ducdetronquito commented 3 years ago

Hi @Guigui220D,

I prefer to use Zig latest stable release for my projects but I understand that people like to live on the edge especially since Zig has not reached 1.0 yet.

I will create a latest branch on each project (requestz, h11 and http) that will be compatible with Zig master branch.

I keep you in touch when it's done !

Guigui220D commented 3 years ago

Thanks a lot :)

ducdetronquito commented 3 years ago

Hi @Guigui220D

Since Zig 0.8.0 has been released recently, the master branch of requestz/h11/http can be built against it :)

As soon as I am sure that the chunked transfer encoding works fine, I will work on HTTPS (via iguanaTLS) and hopefully make a 0.1.0 release for gyro and zigmod.