Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ziglang
/
zig
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.2k
Star
43.3k
Code
Issues
2.7k
Pull requests
117
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
std: rework HTTP and TLS for new I/O API
- #24698
#24698
Merged
andrewrk
merged 19 commits into
master
ziglang/zig:master
from
http
ziglang/zig:http
Copy head branch name to clipboard
Aug 8, 2025
Conversation
Commits
19
(19)
Checks
Files changed
Merged
std: rework HTTP and TLS for new I/O API
#24698
andrewrk
merged 19 commits into
master
ziglang/zig:master
from
http
ziglang/zig:http
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2025
std.http: rework for new std.Io API
andrewrk
committed
02908a2
View commit details
Copy full SHA for 02908a2
Browse repository at this point
std.crypto.tls: rework for new std.Io API
andrewrk
committed
28190cc
View commit details
Copy full SHA for 28190cc
Browse repository at this point
http fixes
andrewrk
committed
e2d81bf
View commit details
Copy full SHA for e2d81bf
Browse repository at this point
update build system to new http.Server API
andrewrk
committed
fef41c6
View commit details
Copy full SHA for fef41c6
Browse repository at this point
fetch: update for new http API
Show description for 9e5048c
andrewrk
committed
9e5048c
View commit details
Copy full SHA for 9e5048c
Browse repository at this point
std.Io.Reader: fix appendRemainingUnlimited
Show description for abd7693
andrewrk
committed
abd7693
View commit details
Copy full SHA for abd7693
Browse repository at this point
fix 32-bit builds
andrewrk
committed
3837862
View commit details
Copy full SHA for 3837862
Browse repository at this point
std.net: fix windows build
andrewrk
committed
3f8ed55
View commit details
Copy full SHA for 3f8ed55
Browse repository at this point
remove std.fifo
Show description for 366884a
andrewrk
committed
366884a
View commit details
Copy full SHA for 366884a
Browse repository at this point
std.Io: delete BufferedReader
andrewrk
committed
e061445
View commit details
Copy full SHA for e061445
Browse repository at this point
std.Io: delete LimitedReader
andrewrk
committed
262bfc5
View commit details
Copy full SHA for 262bfc5
Browse repository at this point
resinator: just enough fixes to make it compile
andrewrk
committed
5a743be
View commit details
Copy full SHA for 5a743be
Browse repository at this point
resinator: a few more updates/fixes
Show description for 858716a
squeek502
authored and
andrewrk
committed
858716a
View commit details
Copy full SHA for 858716a
Browse repository at this point
std.http.Server: add safety for invalidated Head strings
Show description for 618a435
andrewrk
committed
618a435
View commit details
Copy full SHA for 618a435
Browse repository at this point
std.http: address review comments
Show description for 6b411f1
andrewrk
committed
6b411f1
View commit details
Copy full SHA for 6b411f1
Browse repository at this point
fetch: avoid copying Resource
andrewrk
committed
4567241
View commit details
Copy full SHA for 4567241
Browse repository at this point
std.http: remove custom method support
Show description for 163a827
andrewrk
committed
163a827
View commit details
Copy full SHA for 163a827
Browse repository at this point
std.fs.File.Reader: fix readVec fill
Show description for 172d31b
andrewrk
committed
172d31b
View commit details
Copy full SHA for 172d31b
Browse repository at this point
TLS, HTTP, and package fetching fixes
Show description for 46b3494
andrewrk
committed
46b3494
View commit details
Copy full SHA for 46b3494
Browse repository at this point
You can’t perform that action at this time.