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
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 }}
mudtools
/
MudHttpUtils
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: mudtools/MudHttpUtils
Actions
All workflows
Workflows
CI
CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
213 workflow runs
213 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
build: 将版本从2.0.0-rc1更新为2.0.0-rc2
CI
#63:
Commit
0ac7f5b
pushed by
mudtools
2m 43s
master
master
2m 43s
View workflow file
refactor(generator): 优化TokenManage类型解析逻辑,新增全局命名空间搜索
CI
#62:
Commit
50eadf2
pushed by
mudtools
2m 49s
master
master
2m 49s
View workflow file
refactor: 重构应用上下文体系,替换IAppContextSwitcher为IAppContextHolder
CI
#61:
Commit
afa16f2
pushed by
mudtools
2m 49s
master
master
2m 49s
View workflow file
refactor: 优化多项功能并修复细节问题
CI
#60:
Commit
931d7eb
pushed by
mudtools
2m 51s
master
master
2m 51s
View workflow file
refactor: 重构令牌缓存体系,新增多缓存实现与接口抽象
CI
#59:
Commit
eb9953d
pushed by
mudtools
1m 5s
master
master
1m 5s
View workflow file
test: 新增全量单元测试与集成测试,并优化测试项目引用
CI
#58:
Commit
c5295a8
pushed by
mudtools
1m 4s
master
master
1m 4s
View workflow file
refactor: 整理TokenManagerBase释放定时器逻辑
CI
#57:
Commit
61b2419
pushed by
mudtools
1m 12s
master
master
1m 12s
View workflow file
feat: 完成令牌管理模块全量功能迭代
CI
#56:
Commit
449c506
pushed by
mudtools
1m 1s
master
master
1m 1s
View workflow file
refactor(http utils): 重构令牌管理与加密相关代码
CI
#55:
Commit
a2a514b
pushed by
mudtools
1m 14s
master
master
1m 14s
View workflow file
refactor: 重构令牌管理与HTTP客户端配置体系
CI
#54:
Commit
2b283b7
pushed by
mudtools
58s
master
master
58s
View workflow file
test(QueryMapHelper): 添加嵌套IQueryParameter参数扁平化测试用例
CI
#53:
Commit
5f3f267
pushed by
mudtools
1m 4s
master
master
1m 4s
View workflow file
feat: 添加HTTP客户端工具类及相关测试
CI
#52:
Commit
62d389e
pushed by
mudtools
1m 1s
master
master
1m 1s
View workflow file
style(HttpClient): 修复代码缩进和优化异步流读取逻辑
CI
#51:
Commit
b3acab3
pushed by
mudtools
58s
master
master
58s
View workflow file
refactor(http): 优化ResilientHttpClient的重试逻辑并添加流式处理支持
CI
#50:
Commit
1240221
pushed by
mudtools
1m 0s
master
master
1m 0s
View workflow file
docs: 更新README徽章
CI
#49:
Commit
0dd54d5
pushed by
mudtools
1m 1s
master
master
1m 1s
View workflow file
fix(http): 更新依赖版本并修复返回类型转换问题
CI
#48:
Commit
8675c85
pushed by
mudtools
59s
master
master
59s
View workflow file
feat(熔断器): 实现基于采样窗口的高级熔断策略
CI
#47:
Commit
a6d8451
pushed by
mudtools
58s
master
master
58s
View workflow file
feat: 优化HTTP客户端弹性策略配置并添加边界值验证
CI
#46:
Commit
41672a6
pushed by
mudtools
1m 8s
master
master
1m 8s
View workflow file
refactor(http): 优化弹性策略选项类并添加参数验证
CI
#45:
Commit
ec7ee6f
pushed by
mudtools
1m 3s
master
master
1m 3s
View workflow file
feat(HttpClient): 添加全局域名白名单和自定义URL验证功能
CI
#44:
Commit
81a76c1
pushed by
mudtools
53s
master
master
53s
View workflow file
feat(http): 添加允许自定义基础URL的配置选项
CI
#43:
Commit
cb3014d
pushed by
mudtools
1m 0s
master
master
1m 0s
View workflow file
feat: 添加HTTP客户端弹性策略配置选项
CI
#42:
Commit
3e9c268
pushed by
mudtools
57s
master
master
57s
View workflow file
feat: 添加HTTP客户端参数绑定器实现和集成测试
CI
#41:
Commit
63dcfbc
pushed by
mudtools
1m 2s
master
master
1m 2s
View workflow file
refactor(attributes): 移动序列化方法特性到接口目录并优化XML文档
CI
#40:
Commit
3cfe2ec
pushed by
mudtools
2m 25s
master
master
2m 25s
View workflow file
refactor(http): 优化TokenRecoveryDelegatingHandler的重试逻辑并迁移服务注册方法
CI
#39:
Commit
705be7d
pushed by
mudtools
2m 24s
master
master
2m 24s
View workflow file
Previous
1
2
…
5
6
7
8
9
Next
You can’t perform that action at this time.