Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
modern-python
/
httpware
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
refactor: rename async middleware with Async*/async_* prefix; drop attempt_timeout
- #30
#30
Merged
lesnik512
merged 11 commits into
main
modern-python/httpware:main
from
feat/async-prefix-rename
modern-python/httpware:feat/async-prefix-rename
Copy head branch name to clipboard
Jun 7, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
refactor: rename async middleware with Async*/async_* prefix; drop attempt_timeout
#30
lesnik512
merged 11 commits into
main
modern-python/httpware:main
from
feat/async-prefix-rename
modern-python/httpware:feat/async-prefix-rename
Copy head branch name to clipboard
Commits
Commits on Jun 7, 2026
docs(plan): implementation plan for sync Client + Async* rename
Show description for 7b8efea
lesnik512
and
claude
committed
7b8efea
View commit details
Copy full SHA for 7b8efea
Browse repository at this point
refactor(middleware): rename Middleware/Next/decorators with Async/async_ prefix
Show description for db45d56
lesnik512
committed
db45d56
View commit details
Copy full SHA for db45d56
Browse repository at this point
refactor(middleware/chain): rename compose to compose_async
lesnik512
committed
004385a
View commit details
Copy full SHA for 004385a
Browse repository at this point
refactor(retry): rename Retry -> AsyncRetry, drop attempt_timeout
Show description for 064711e
lesnik512
committed
064711e
View commit details
Copy full SHA for 064711e
Browse repository at this point
refactor(bulkhead): rename Bulkhead -> AsyncBulkhead
lesnik512
committed
31153a9
View commit details
Copy full SHA for 31153a9
Browse repository at this point
refactor(resilience): update __init__ for Async-prefixed exports
lesnik512
committed
221ee87
View commit details
Copy full SHA for 221ee87
Browse repository at this point
refactor(client): use AsyncMiddleware/AsyncNext/compose_async
lesnik512
committed
36ddd20
View commit details
Copy full SHA for 36ddd20
Browse repository at this point
refactor(public-api): export AsyncMiddleware/AsyncRetry/AsyncBulkhead + async_* decorators
lesnik512
committed
0760699
View commit details
Copy full SHA for 0760699
Browse repository at this point
test: update suite for Async*-prefixed names; drop attempt_timeout tests
lesnik512
committed
36f8550
View commit details
Copy full SHA for 36f8550
Browse repository at this point
docs: update for Async*/async_* rename + drop attempt_timeout
lesnik512
committed
b495240
View commit details
Copy full SHA for b495240
Browse repository at this point
docs(engineering): note Async*/async_* rename + attempt_timeout removal
lesnik512
committed
5d023d2
View commit details
Copy full SHA for 5d023d2
Browse repository at this point
You can’t perform that action at this time.