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 }}
go-resty
/
resty
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
806
Star
11.8k
Code
Issues
9
Pull requests
13
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Branch selector
v3
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 21, 2026
fix: handle Windows connection refused load balancer feedback (#1192)
Show description for 3da7d09
3 people
authored
3da7d09
View commit details
Copy full SHA for 3da7d09
Browse repository at this point
feat(enhancement): accept all HTTP-date formats in Retry-After (#1220)
agammann
authored
0b7941c
View commit details
Copy full SHA for 0b7941c
Browse repository at this point
Commits on Sep 19, 2026
fix: close request body copies after curl generation (#1216)
jakezwang
authored
d283ba8
View commit details
Copy full SHA for d283ba8
Browse repository at this point
Commits on Sep 7, 2026
chore: bump version to 3.0.0-rc.4+devrc5 for next dev iteration (#1207)
jeevatkm
authored
51f294a
View commit details
Copy full SHA for 51f294a
Browse repository at this point
Commits on Sep 6, 2026
release: version bump to v3.0.0-rc.4 (#1206)
jeevatkm
authored
60029bb
View commit details
Copy full SHA for 60029bb
Browse repository at this point
fix(enhancement): guard the debug-log type assertion and keep the rate limiter's context cause (#1204)
Show description for 8352c04
mrueg
and
claude
authored
8352c04
View commit details
Copy full SHA for 8352c04
Browse repository at this point
fix: SSE connect deadlock from a recursive read lock, plus a leaked body (#1199)
Show description for f178b50
mrueg
and
claude
authored
f178b50
View commit details
Copy full SHA for f178b50
Browse repository at this point
fix(enhancement): load balancer data race, duplicate state-change hooks, ticker leak (#1198)
Show description for b15d0e3
mrueg
and
claude
authored
b15d0e3
View commit details
Copy full SHA for b15d0e3
Browse repository at this point
fix: hedging no longer cancels the winning response body (#1197)
Show description for 80fa24c
mrueg
and
claude
authored
80fa24c
View commit details
Copy full SHA for 80fa24c
Browse repository at this point
ci: add plumber workflow security check (#1194)
Show description for 329a3e9
Totara-thib
and
jeevatkm
authored
329a3e9
View commit details
Copy full SHA for 329a3e9
Browse repository at this point
fix: preserve trailing slash in SetBaseURL (fixes #1061) (#1191)
Show description for 8e8b788
ObeeJ
and
jeevatkm
authored
8e8b788
View commit details
Copy full SHA for 8e8b788
Browse repository at this point
Commits on Sep 5, 2026
ci: pin github actions to commit shas and declare workflow permissions (#1193)
Show description for 2023fc4
Totara-thib
authored
2023fc4
View commit details
Copy full SHA for 2023fc4
Browse repository at this point
fix: stop handing out pooled buffers and aliased slices (#1202)
Show description for 734e748
mrueg
and
claude
authored
734e748
View commit details
Copy full SHA for 734e748
Browse repository at this point
fix: digest challenge parsing per RFC 7616 (#1203)
Show description for 022edfa
mrueg
and
claude
authored
022edfa
View commit details
Copy full SHA for 022edfa
Browse repository at this point
docs(sse): Replace the dead sse.dev host in the SSE examples with example.com (#1205)
Show description for 660b716
donbagger
authored
660b716
View commit details
Copy full SHA for 660b716
Browse repository at this point
Commits on Jul 26, 2026
fix: stop multipart producer after early response without race/hang (#1188)
Show description for 503cee1
Solaris-star
authored
503cee1
View commit details
Copy full SHA for 503cee1
Browse repository at this point
Commits on Jul 24, 2026
feat: add support for the HTTP QUERY method (RFC 10008) (#1187)
Show description for 29010be
thatwasyahya
authored
29010be
View commit details
Copy full SHA for 29010be
Browse repository at this point
Commits on Jul 19, 2026
test: Fix environment-dependent flaky assertion in TestTraceInfoOnTimeoutWithSetTimeout (#1184)
Yashh56
authored
ea5b6cf
View commit details
Copy full SHA for ea5b6cf
Browse repository at this point
Commits on Jul 9, 2026
chore: bump version to 3.0.0-rc.3+devrc4 for next dev iteration (#1183)
jeevatkm
authored
c874c8a
View commit details
Copy full SHA for c874c8a
Browse repository at this point
release: version bump to v3.0.0-rc.3 (#1182)
jeevatkm
authored
d48da64
View commit details
Copy full SHA for d48da64
Browse repository at this point
Commits on Jul 5, 2026
fix(retry): protect parseRetryAfterHeader from integer and time duration overflow (#1178)
Show description for 3f32051
HarshalPatel1972
and
jeevatkm
authored
3f32051
View commit details
Copy full SHA for 3f32051
Browse repository at this point
Commits on Jul 4, 2026
feat(enhancement): improve string request body parsing memory allocs (#1180)
Show description for 5a34452
vadimi
authored
5a34452
View commit details
Copy full SHA for 5a34452
Browse repository at this point
Commits on Jun 28, 2026
test: cover cancellation on nil resp body (#1179)
vadimi
authored
e0d82c2
View commit details
Copy full SHA for e0d82c2
Browse repository at this point
Commits on Jun 27, 2026
fix: context cancellation leak (#1177)
Show description for b17d8b0
vadimi
authored
b17d8b0
View commit details
Copy full SHA for b17d8b0
Browse repository at this point
Commits on Jun 15, 2026
chore: bump version to 3.0.0-rc.2+devrc3 for next dev iteration (#1175)
jeevatkm
authored
b5060b2
View commit details
Copy full SHA for b5060b2
Browse repository at this point
release: version bump to v3.0.0-rc.2 (#1174)
jeevatkm
authored
c72afa4
View commit details
Copy full SHA for c72afa4
Browse repository at this point
fix: panics and state corruption in Request.Clone, Client.Close, SSE default logger, and invalid HTTP method handling (#1172)
Show description for 22ccb8e
g3m0sis
authored
22ccb8e
View commit details
Copy full SHA for 22ccb8e
Browse repository at this point
Commits on Jun 14, 2026
fix: content decoder not found error when do not parse response is enabled (#1169)
jeevatkm
authored
80fd29d
View commit details
Copy full SHA for 80fd29d
Browse repository at this point
Commits on Jun 8, 2026
chore: bump version to 3.0.0-rc.1+devrc2 for next dev iteration (#1171)
jeevatkm
authored
e674e0b
View commit details
Copy full SHA for e674e0b
Browse repository at this point
chore: version bump to 3.0.0-rc.1 (#1170)
jeevatkm
authored
67b6829
View commit details
Copy full SHA for 67b6829
Browse repository at this point
feat(enhancement): honor explicit zeros in min and max retry wait time (#1162)
Show description for da05780
3 people
authored
da05780
View commit details
Copy full SHA for da05780
Browse repository at this point
Commits on May 28, 2026
fix: separate URL from -F/-d in buildCurlCmd output (#1165)
Show description for 2f69089
c-tonneslan
authored
2f69089
View commit details
Copy full SHA for 2f69089
Browse repository at this point
Commits on May 4, 2026
feat(enhancement)!: do not strip the port from the request URL host for redirect host comparison (#1159)
jeevatkm
authored
11551c3
View commit details
Copy full SHA for 11551c3
Browse repository at this point
Commits on May 2, 2026
feat(enhancement)!: Return ErrReaderNotSeekable instead of sending empty bodies on retry (#1156)
pior
authored
db80558
View commit details
Copy full SHA for db80558
Browse repository at this point
test: Stabilize certificate watcher test (#1158)
pior
authored
e213520
View commit details
Copy full SHA for e213520
Browse repository at this point
Previous
Next
You can’t perform that action at this time.