OpenAPITools / OpenAPITools/openapi-generator
[REQ] Add Zig Server/Client Sample
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Zig v0.11.0 has initial HTTP Client support with TLS 1.3 integrated.
https://ziglang.org/download/0.11.0/release-notes.html#HTTP-Client
stdlib reference
https://ziglang.org/documentation/0.11.0/std/#A;std:http.Server
https://ziglang.org/documentation/0.11.0/std/#A;std:http.Client
3th-Party libraries (HTTP 1.0/1.1)
- Zig wrapper (facil.io web framework written in C)
https://github.com/zigzap/zap - Zig only: https://github.com/karlseguin/http.zig
Note: Issue not tagged, because has opened on GH Mobile app.
cc: @wing328
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the Zig 0.11.0 HTTP Client release notes and the referenced std:http.Server and std:http.Client documentation. Then inspect existing OpenAPI Generator client and server samples to determine where a Zig sample belongs; done should include an agreed scope for both samples and working examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- zig
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100