-
-
Notifications
You must be signed in to change notification settings - Fork 18
feat(client): Add impersonate_with_headers
allows optionally setting request headers
#128
Conversation
…g request headers
…g request headers
…g request headers
…g request headers
…g request headers
…g request headers (#127)
Caution Review failedThe pull request is closed. WalkthroughThe recent updates enhance the documentation and functionality of an asynchronous Rust HTTP/WebSocket client. Key changes include improved readability in the README, the introduction of a new method for header management in the client builder, and the addition of an example demonstrating user impersonation in HTTP requests. These modifications aim to improve usability, clarity, and flexibility without altering core functionalities. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant API
Client->>Client: Build HTTP Client with Headers
Client->>API: Send GET request
API-->>Client: Return response
Client->>Client: Print response to console
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Summary by CodeRabbit
New Features
Documentation
Bug Fixes