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
refactor: remove User-Agent header from client requests
Clean up HTTP client configuration by removing the User-Agent header from default request headers. This change simplifies the header configuration while maintaining SDK identification through the remaining X-Fern headers.
Key changes:
- Remove "User-Agent" header from default client headers
- Maintain SDK identification through X-Fern-* headers
- Simplify client initialization configuration
🌿 Generated with Fern
* refactor: remove User-Agent header from client requests
3
+
* Clean up HTTP client configuration by removing the User-Agent header from default request headers. This change simplifies the header configuration while maintaining SDK identification through the remaining X-Fern headers.
4
+
* Key changes:
5
+
* Remove "User-Agent" header from default client headers
6
+
* Maintain SDK identification through X-Fern-* headers
0 commit comments