Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / go-resty/resty issues and pull requests
#974 - SetMultipartFormData not work for retry
Issue -
State: open - Opened by kklll 1 day ago
#973 - middleware improvement
Issue -
State: closed - Opened by text-adi 12 days ago
- 1 comment
#972 - fix: incorrect https warning on credential flow
Pull Request -
State: closed - Opened by jeevatkm 13 days ago
- 1 comment
Labels: bug, v3
#971 - How can I manually configure *resty.Request.RawRequest.ContentLength?
Issue -
State: open - Opened by BoneAsh 15 days ago
- 11 comments
Labels: enhancement, breaking-change, v3
#970 - Incorrect warning about using sensitive credentials with HTTP when HTTPS is used
Issue -
State: closed - Opened by anna-oake 16 days ago
- 2 comments
Labels: bug, v3
#969 - SetContentLength(true) cant set content-length in header when I set request.SetBody(io.Reader). but request.SetBody([]byte) can
Issue -
State: closed - Opened by BoneAsh 16 days ago
- 3 comments
#968 - chore(release): version bump and ci config update
Pull Request -
State: closed - Opened by jeevatkm 20 days ago
- 1 comment
Labels: v3
#967 - chore(refactor): align method on response and use json method
Pull Request -
State: closed - Opened by jeevatkm 21 days ago
- 1 comment
Labels: v3
#966 - add debug log formatter feature
Pull Request -
State: closed - Opened by jeevatkm 22 days ago
- 1 comment
Labels: feature, v3
#965 - SetAuthScheme in OnBeforeRequest hook doesn't work
Issue -
State: closed - Opened by sslime336 26 days ago
- 2 comments
#964 - feat(enhancement): add json definition and method to trace info
Pull Request -
State: closed - Opened by jeevatkm 27 days ago
- 1 comment
Labels: enhancement, v3
#963 - feat: add request level SetHeaderAuthorizationKey method
Pull Request -
State: closed - Opened by jeevatkm 28 days ago
- 1 comment
Labels: feature, v3
#962 - [Feature Request] Allow customization of logging
Issue -
State: closed - Opened by DrBlury 29 days ago
- 2 comments
Labels: feature, v3
#961 - chore(release): version bump and readme update
Pull Request -
State: closed - Opened by jeevatkm 29 days ago
- 1 comment
Labels: v2
#960 - fix: auth scheme and token from client level #959
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: bug, v2
#959 - Possible Authorization header bug in v2.16.4
Issue -
State: closed - Opened by danversjflett about 1 month ago
- 8 comments
Labels: bug, v2
#958 - chore(release): version bump and readme update
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: v2, release
#957 - docs: godoc update
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: documentation
#956 - fix: auth scheme override with empty value #954
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: bug, v2
#955 - test: add test case from branch v2
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: test-case
#954 - SetAuthScheme("") doesn't remove default prefix "Bearer "
Issue -
State: closed - Opened by biggerevil about 1 month ago
- 3 comments
Labels: bug, v2
#953 - fix: retry not reset multipartField reader
Pull Request -
State: closed - Opened by wxip about 1 month ago
- 1 comment
#952 - retry not reset multipartFields reader when RetryResetReaders is true
Issue -
State: closed - Opened by wxip about 1 month ago
#951 - feat(enhancement): add SetContentType helper method
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: enhancement, v3
#950 - feat: add gzip pool to reuse the reader
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: enhancement, v3
#949 - feat: add flate pool to reuse the reader
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: v3
#948 - feat(enhancement): use request hostname if path is empty or '/' for save response
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: enhancement, v3
#947 - feat(enhancement): add missing SetHeaderAuthorizationKey from the mutex implementation and the flow of it
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: enhancement
#946 - chore(deps): update go mod
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: v2
#945 - test: adjust time duration on circuit breaker test and readme update
Pull Request -
State: closed - Opened by jeevatkm about 1 month ago
- 1 comment
Labels: test-case
#944 - feat(enhancement): multipart populate filename from path if file path value is empty
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: enhancement, v3
#943 - feat!: add overwrite ability for retry conditions and hooks #868
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: feature, breaking change, v3
#942 - fix: retry duplicates query parameters #938
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: bug, v3
#941 - feat: add SetCertificateFromFile and SetCertificateFromString
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: feature, breaking change
#939 - Question about client_credentials
Issue -
State: closed - Opened by MaheshVelankar about 2 months ago
#938 - Retry duplicates query parameters in v3.0.0-alpha.6
Issue -
State: closed - Opened by nf-brentsaner about 2 months ago
- 4 comments
Labels: bug, v3
#937 - build: config updates and package godoc update
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: build
#936 - feat(enhancement): circuit breaker - update godoc, method signature, and cleanup unused symbols
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: enhancement, v3
#935 - cleanup, sponsor links and readme
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
#934 - feat(enhancement)!: seperate generate curl cmd from debug flow #928
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: enhancement, breaking change, v3
#933 - feat: add redirect history feature #295
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: feature, v3
#932 - feat: auto parse filename from content-disposition or URL #926
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: feature, breaking change, v3
#931 - feat: add server-sent events client #658
Pull Request -
State: closed - Opened by jeevatkm about 2 months ago
- 1 comment
Labels: feature, v3
#930 - feat: Client Circuit Breaker
Pull Request -
State: closed - Opened by segevda about 2 months ago
- 15 comments
Labels: feature, v3
#929 - update user agent domain url, refactor to add prefix host to state constants
Pull Request -
State: closed - Opened by jeevatkm 2 months ago
- 1 comment
#928 - Why GenerateCurlCommand with debug
Issue -
State: closed - Opened by eatmeatball 2 months ago
- 4 comments
Labels: v3-selected
#927 - Filesystem sync issue with saveResponseIntoFile middleware
Issue -
State: closed - Opened by bd-nweinstein 3 months ago
- 2 comments
#926 - Auto Parse FileName from Content-Disposition or URL
Issue -
State: closed - Opened by xwinie 3 months ago
- 8 comments
Labels: v3-selected
#925 - Add license scan report and status
Pull Request -
State: closed - Opened by fossabot 3 months ago
- 5 comments
#924 - feat(enhancement): remove unnecessary map for raw path params instead use path params
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: enhancement
#923 - feat: enable resty's vanity package url
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: feature, v3
#922 - feat: use context timeout instead of http client timeout option #545
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: feature, v3
#921 - feat!: enhance and add feature into digest auth flow #914
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: enhancement, feature, breaking change, v3
#920 - feat(enhancement): enhance retry flow
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: enhancement
#919 - fix: buffer reuse and back to pool and release v2.16.2
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: bug
#918 - fix: buffer reset issue in io.Reader with content length enabled and release v2.16.1
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: bug
#917 - Unexpected buffer sharing caused request body concatenated or replaced
Issue -
State: closed - Opened by stonelgh 3 months ago
- 6 comments
Labels: bug
#916 - feat(enhancement): update request middlewares execution flow
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: enhancement, v3
#915 - feat!: enhance credentials usage and update warning message for credentials requests
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: enhancement, breaking change, v3
#914 - Redesign and enhance Digest Auth implementation
Issue -
State: closed - Opened by jeevatkm 3 months ago
Labels: enhancement, feature, v3
#913 - docs: godoc update
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: documentation
#912 - refactor(enhancement): use std lib functions
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: enhancement, v3
#910 - feat: add request funcs method for request composition
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: feature, v3
#909 - feat: add retry trace id and attempt details into debug log #897
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: feature, v3
#908 - feat(enhancement)!: by default do not set request 'Accept' header #643
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: enhancement, breaking change, v3
#907 - release: version bump and readme update for v2.16.0
Pull Request -
State: closed - Opened by jeevatkm 3 months ago
- 1 comment
Labels: v2, release
#906 - Reduce the memory footprint with `SetBody`
Issue -
State: closed - Opened by Sora233 4 months ago
- 1 comment
Labels: answered
#905 - feat: add ability to do mutlipart ordered formdata along with file(s) #669
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: feature, v3
#904 - feat: add ability to use SetOutputFile and SetResult methods together #552
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: feature, v3
#902 - feat!: add fully composable request and response middleware
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: feature, breaking change, v3
#901 - feat!: add TLSClientConfiger interface to support TLSClientConfig for custom round tripper #377
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: feature, breaking change, v3
#900 - feat(redirect)!: update error type on no redirect policy and cleanup #893
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: enhancement, breaking change, v3
#899 - features, enhancement and refactor
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: enhancement, feature, breaking change, v3
#898 - Path parameter specified using client.SetBaseURL doesn't get replaced by its value
Issue -
State: closed - Opened by bambulin 4 months ago
- 2 comments
Labels: answered
#897 - Enhance debug log with create a retry Trace ID and attempt details
Issue -
State: closed - Opened by jeevatkm 4 months ago
Labels: enhancement, v3
#896 - fix: unnecessary request cycle on non-idempotent methods #777
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: bug, v3
#895 - feat: retry only idempotent methods #777
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: breaking change, v3
#894 - feat!: redesign request retry flow, retry-after header, default retry conditions #886
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: feature, breaking change
#893 - Improve Redirect request flow
Issue -
State: closed - Opened by jeevatkm 4 months ago
Labels: enhancement, breaking change, v3
#892 - Code optimizations
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
#891 - Can it support color output?
Issue -
State: closed - Opened by silky1313 4 months ago
- 2 comments
Labels: answered
#889 - feat!: add load balancer with couple of algorithms OOTB, lb interface is extensible #430 #274
Pull Request -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: feature, breaking change
#887 - Is it possible to make resty not send the `Accept-Encoding: gzip` header?
Issue -
State: closed - Opened by rew1nter 4 months ago
#886 - Redesign the Resty retry request flow on v3
Issue -
State: closed - Opened by jeevatkm 4 months ago
- 1 comment
Labels: feature, breaking change, v3
#885 - feat: option to set URL query params without encoding
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
Labels: feature
#884 - Enhance buildCurlRequest for unit test
Pull Request -
State: closed - Opened by yaziedda 5 months ago
- 5 comments
Labels: enhancement, hacktoberfest-accepted
#883 - feat!: disallow the DELETE verb payload by default and provide the option to allow it #881
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
Labels: feature, breaking change
#882 - Remove setcontentlength from reader flow
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
Labels: enhancement, breaking change, v3
#881 - Disallow the DELETE verb payload by default and provide the option to allow it
Issue -
State: closed - Opened by jeevatkm 5 months ago
Labels: enhancement, breaking change, v3
#880 - feat: add multipart live upload progress callback #287, #379
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
Labels: feature
#879 - feat: add multipart file upload streaming #309
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
Labels: feature, v3
#878 - Remove SetContentLength for io.Reader request flow
Issue -
State: closed - Opened by jeevatkm 5 months ago
Labels: enhancement, breaking change, v3
#877 - GenerateCurlCommand() is doesn't work in v2.15.3
Issue -
State: closed - Opened by Golong-me 5 months ago
- 1 comment
#876 - feat: add way to set empty header on request #496
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
Labels: feature
#875 - feat: add context concept into client and update request flow with features #722
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
Labels: feature
#874 - For release v2.15.3
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
#873 - panic when URL address is down
Issue -
State: closed - Opened by deferbot 5 months ago
- 3 comments
Labels: bug
#872 - fix: 'invalid memory address or nil pointer dereference' in response logger
Pull Request -
State: closed - Opened by matlockx 5 months ago
- 2 comments
Labels: bug
#871 - refactor!: remove response bytes method in-favor Body field, cleanup, apply appropriate naming struct, methods
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
#870 - Content decompressors and go min version update
Pull Request -
State: closed - Opened by jeevatkm 5 months ago
- 1 comment
Labels: feature, v3