feat(http-client): reqwest replacement for surf-disco (rm tide 3/5)#4705
feat(http-client): reqwest replacement for surf-disco (rm tide 3/5)#4705sveitser wants to merge 10 commits into
Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
feb2eb0 to
748a9c9
Compare
New unpublished path-only crate speaking the tide-disco wire protocol: vbs/JSON content negotiation on requests and responses, typed error body decoding with catch-all fallback, websocket streams with binary frames and redirect handling, and the tide-compatible AppHealth and HealthStatus healthcheck types. Loopback test suite included. No in-repo consumers yet; clients migrate in the next PR.
748a9c9 to
4a99eeb
Compare
speaking the tide-disco wire protocol
AppHealth/HealthStatus types, loopback test suite
Review focus: request.rs send() negotiation; socket.rs stream
semantics; healthcheck wire-compat regression tests.