Skip to content

fix: correct confidentialHTTP SDK reference and guide docs#3503

Merged
dev-dist merged 4 commits intomainfrom
fix/confidential-http-docs
Feb 27, 2026
Merged

fix: correct confidentialHTTP SDK reference and guide docs#3503
dev-dist merged 4 commits intomainfrom
fix/confidential-http-docs

Conversation

@wentzeld
Copy link
Contributor

@wentzeld wentzeld commented Feb 27, 2026

Summary

  • Fixed EncryptOutput and encryptOutput field placement: moved from ConfidentialHTTPRequest to
    HTTPRequest in both Go and TS reference docs
  • Removed nonexistent high-level SendRequest and ConfidentialHTTPSendRequester patterns from
    reference docs
  • Fixed client.SendRequest signature from NodeRuntime to Runtime (Go) and Runtime unknown (TS)
  • Corrected guide code examples to use direct client.SendRequest(runtime, ...) pattern (no
    RunInNodeMode wrapping)
  • Fixed step numbering in TS guide

Files changed

  • src content cre reference sdk confidential-http-client-go.mdx
  • src content cre reference sdk confidential-http-client-ts.mdx
  • src content cre guides workflow using-confidential-http-client making-requests-go.mdx
  • src content cre guides workflow using-confidential-http-client making-requests-ts.mdx

Test plan

  • Created Go test workflow exercising all documented code patterns (4 tests pass)
  • Created TS test workflow exercising all documented code patterns (5 tests pass)
  • Both simulated successfully with cre workflow simulate
  • Visual review of rendered docs

  - Move EncryptOutput/encryptOutput from ConfidentialHTTPRequest to HTTPRequest
  - Fix Client.SendRequest signature: cre.Runtime not cre.NodeRuntime
  - Remove nonexistent high-level SendRequest/ConfidentialHTTPSendRequester patterns
  - Remove incorrect RunInNodeMode wrapping (not needed for confidential HTTP)
  - Fix all code examples in both Go and TS guides
@vercel
Copy link

vercel bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview Feb 27, 2026 6:38pm

Request Review

@dev-dist dev-dist marked this pull request as ready for review February 27, 2026 18:36
@dev-dist dev-dist requested a review from a team as a code owner February 27, 2026 18:36
@dev-dist dev-dist merged commit c3e51fd into main Feb 27, 2026
22 checks passed
@dev-dist dev-dist deleted the fix/confidential-http-docs branch February 27, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants