Skip to content

Update tower to v0.5 and refactor HTTP service implementation#33

Open
fao89 wants to merge 1 commit intomainfrom
tower
Open

Update tower to v0.5 and refactor HTTP service implementation#33
fao89 wants to merge 1 commit intomainfrom
tower

Conversation

@fao89
Copy link
Owner

@fao89 fao89 commented Aug 27, 2025

  • Upgrade tower from 0.4 to 0.5
  • Replace direct Client usage with HttpService wrapper implementing Service trait
  • Refactor service creation to use ServiceBuilder with proper layering
  • Update RateLimitedHttpService type alias to use BoxService
  • Modify sync functions to create separate service instances for concurrent operations

🤖 Generated with Claude Code

- Upgrade tower from 0.4 to 0.5
- Replace direct Client usage with HttpService wrapper implementing Service trait
- Refactor service creation to use ServiceBuilder with proper layering
- Update RateLimitedHttpService type alias to use BoxService
- Modify sync functions to create separate service instances for concurrent operations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Fabricio Aguiar <fabricio.aguiar@gmail.com>
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.

1 participant