Skip to content

POC to create an Zig async http client using Tigerbeetle I/O lib

Notifications You must be signed in to change notification settings

krichprollsch/zig-async-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-async-http

Attempt to adapt the Zig standard HTTP client to use the Tigerbeetle non-blocking I/O.

The idea is to change the standard client the little as possible and keep the existing API.

You can see the diff in the commit 8fb43df.

How to test it?

Tested w/ Zig version 0.12.0-dev.1773+8a8fd47d2

zig test test.zig

About

POC to create an Zig async http client using Tigerbeetle I/O lib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages