mattn/zig-curl

cURL binding for Zig

Zigcurlzighttp-client
This is stars and forks stats for /mattn/zig-curl repository. As of 28 Apr, 2024 this repository has 32 stars and 0 forks.

zig-curl cURL binding for Zig Usage var allocator = std.heap.page_allocator; var f = struct { fn f(data: []const u8) anyerror!usize { try std.io.getStdOut().writeAll(data); return data.len; } }.f; var res = try curl.get("https://google.com/", .{ .allocator = allocator, .cb = f }); if (res != 0) { var msg = try curl.strerrorAlloc(allocator, res); defer allocator.free(msg); std.log.warn("{s}", .{msg}); } Requirements libcurl Installation $ zig build Link to zig-curl add...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
nvim-neorg/neorg-lspZig36000
ekzhang/redis-ropeZigRust108+110
vrischmann/zig-io_uring-http-serverZig39010
Comamoca/Awesome-DDSKDockerfileAssemblyC++400190
boostorg/beastC++CCMake4k06650
Vulfox/vulkan-tutorial-zigZigOther28000
MasterQ32/zig-networkZigAMPL3300470
roc-lang/rocRustZigTypeScript2.4k01580
Luukdegram/apple_pieZigAMPL1550230
Snektron/vulkan-zigZigOther3110370