Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
772
Star
11.4k
Code
Issues
39
Pull requests
3
Discussions
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
v3
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 8, 2025
feat: add OnClose hooks in Client instance (#1054)
pior
authored
abe1f56
Copy full SHA for abe1f56
fix: be able to invoke Close in SSE callback (#1048)
invzhi
authored
18a2f5e
Copy full SHA for 18a2f5e
docs: correct code grammar in comments (#1049)
invzhi
authored
a9ef53e
Copy full SHA for a9ef53e
Fix Cookie Clone Issue in Client.Clone() (#1036)
Show description for aee518e
jackcipher
and
Jack
authored
aee518e
Copy full SHA for aee518e
fix(circuit breaker): protect access to lastFailureAt by atomic operations to avoid race conditions (#1019)
liuzengh
authored
1282e6e
Copy full SHA for 1282e6e
fix: Fixed functions of decodeJson do not return. (#1002)
Show description for e818fa8
Khachi-at
and
hechenglong
authored
e818fa8
Copy full SHA for e818fa8
Commits on May 10, 2025
fix: potential wrong total time in trace info when the request is invalid (#1017)
git-hulk
authored
66256ef
Copy full SHA for 66256ef
Commits on May 7, 2025
feat: SSE introduce sync pool for `rawEvent` to optimize memory usage (#1011)
Show description for 036c589
liuzengh
authored
036c589
Copy full SHA for 036c589
Commits on May 1, 2025
feat(enhancement): change retry duration from seconds to milliseconds in SSE (#1010)
Show description for ed875fb
liuzengh
authored
ed875fb
Copy full SHA for ed875fb
Commits on Apr 24, 2025
docs: fix godoc of SetRawPathParam and SetPathParam #997
icbd
authored
14d42b9
Copy full SHA for 14d42b9
Commits on Mar 22, 2025
feat: sse client support method and body configurable (#988)
Show description for c639081
3 people
authored
c639081
Copy full SHA for c639081
feat(enhancement): use AddEventListener check instead of OnMessage check (#989)
Show description for 981bb3f
vegetablechicken233
and
xiyuliu
authored
981bb3f
Copy full SHA for 981bb3f
fix: handle nil credentials before clone (#990)
Show description for 575bf38
gtwn
and
gtwn
authored
575bf38
Copy full SHA for 575bf38
Commits on Feb 8, 2025
fix: incorrect https warning on credential flow (#972)
jeevatkm
authored
e158f04
Copy full SHA for e158f04
Commits on Feb 1, 2025
chore(release): version bump and ci config update (#968)
jeevatkm
authored
51c16e1
Copy full SHA for 51c16e1
Commits on Jan 31, 2025
chore(refactor): align method on response and use json method (#967)
jeevatkm
authored
27b9a85
Copy full SHA for 27b9a85
Commits on Jan 30, 2025
add debug log formatter feature (#966)
jeevatkm
authored
5aa6eda
Copy full SHA for 5aa6eda
Commits on Jan 25, 2025
feat: add json definition and method to trace info (#964)
Show description for 2e3e58b
jeevatkm
authored
2e3e58b
Copy full SHA for 2e3e58b
Commits on Jan 24, 2025
feat: add request level SetHeaderAuthorizationKey method (#963)
jeevatkm
authored
236685e
Copy full SHA for 236685e
Commits on Jan 20, 2025
docs: godoc update (#957)
jeevatkm
authored
9390194
Copy full SHA for 9390194
Commits on Jan 17, 2025
test: add test case from branch v2 (#955)
jeevatkm
authored
cffb5b6
Copy full SHA for cffb5b6
Commits on Jan 14, 2025
feat: add gzip pool to reuse the reader (#950)
jeevatkm
authored
5823c50
Copy full SHA for 5823c50
feat(enhancement): add SetContentType helper method (#951)
jeevatkm
authored
d55d1f6
Copy full SHA for d55d1f6
Commits on Jan 13, 2025
feat: add flate pool to reuse the reader (#949)
jeevatkm
authored
1ce39e1
Copy full SHA for 1ce39e1
Commits on Jan 12, 2025
feat(enhancement): use request hostname if path is empty or '/' for save response (#948)
jeevatkm
authored
ce2c0be
Copy full SHA for ce2c0be
Commits on Jan 10, 2025
feat(enhancement): add missing SetHeaderAuthorizationKey from the mutex implementation and the flow of it (#947)
jeevatkm
authored
433c6ec
Copy full SHA for 433c6ec
Commits on Jan 8, 2025
test: adjust time duration on circuit breaker test and readme update (#945)
jeevatkm
authored
06301fa
Copy full SHA for 06301fa
Commits on Jan 7, 2025
feat(enhancement): multipart populate filename from path if file path value is empty (#944)
jeevatkm
authored
ea07167
Copy full SHA for ea07167
Commits on Jan 5, 2025
feat!: add overwrite ability for retry conditions and hooks #868 (#943)
Show description for c6de761
jeevatkm
authored
c6de761
Copy full SHA for c6de761
fix: retry duplicates query parameters #938 (#942)
jeevatkm
authored
29797dd
Copy full SHA for 29797dd
Commits on Jan 4, 2025
feat: add SetCertificateFromFile and SetCertificateFromString (#941)
Show description for caa2b42
jeevatkm
authored
caa2b42
Copy full SHA for caa2b42
Commits on Jan 3, 2025
build: config updates and package godoc update (#937)
jeevatkm
authored
e7bb2cd
Copy full SHA for e7bb2cd
Commits on Jan 2, 2025
feat(enhancement): update godoc, method signature, and cleanup unused symbols. (#936)
Show description for b4ff634
jeevatkm
authored
b4ff634
Copy full SHA for b4ff634
cleanup, sponsor links and readme (#935)
jeevatkm
authored
c6b08cf
Copy full SHA for c6b08cf
Commits on Jan 1, 2025
feat(enhancement)!: seperate generate curl cmd from debug flow #928 (#934)
jeevatkm
authored
08506ee
Copy full SHA for 08506ee
Pagination
Previous
Next
You can’t perform that action at this time.