docs: add supported headers reference documentation#1488
Conversation
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThis PR adds documentation for a new "Passthrough Extra Parameters" feature that allows parameters in extra_params to bypass Bifrost's parameter filtering. It introduces a comprehensive request options reference page, updates navigation and redirects, documents the feature across gateway and Go SDK examples, and exports a new context key constant. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
c9293c6 to
f2ccc86
Compare
415e6df to
43f398e
Compare
f2ccc86 to
d00a391
Compare
43f398e to
4322cd2
Compare
Merge activity
|

s## Add comprehensive HTTP headers documentation
This PR adds a new documentation page that provides a complete reference of all HTTP headers supported by Bifrost gateway. The documentation includes context keys, types, descriptions, and usage examples for each header.
Changes
docs/providers/supported-headers.mdxwith comprehensive header referencedocs/docs.jsonto include the new pagex-bf-passthrough-extra-paramsheader)Type of change
Affected areas
How to test
The documentation can be tested by running the docs site locally:
cd docs npm install npm run devThen navigate to the new page at
/providers/supported-headersto verify the content.Breaking changes
Related issues
Addresses the need for comprehensive header documentation to help users understand all available request configuration options.
Checklist
docs/contributing/README.mdand followed the guidelines