forked from parnurzeal/gorequest
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
DONE
- typo: Slight typo in README parnurzeal/gorequest#177
- use bytes/string conv func
- add context? add context support parnurzeal/gorequest#227 gorequest: Added context into request. parnurzeal/gorequest#218 How to use context in gorequest? parnurzeal/gorequest#255
- support for go modules parnurzeal/gorequest#264
- can't send body "{}" parnurzeal/gorequest#265
- bug send "{}" parnurzeal/gorequest#220
- Not able to send empty body parnurzeal/gorequest#205
- HTTP Get should not set s.TargetType to "json" but empty string. parnurzeal/gorequest#138
- Keys of query params are incorrectly converted to lower case when in form of map. parnurzeal/gorequest#253
- Why just queryStruct() turn the key into lowercase? parnurzeal/gorequest#214
- Get.Query use map[string]interface{} and interface{} is int64 parnurzeal/gorequest#207
- query with int64 will lose accuracy parnurzeal/gorequest#250
- Better error handling when received the plain/text with
EndStruct? parnurzeal/gorequest#131 - retry
- Enhance Set func be able to accept multiple fields parnurzeal/gorequest#11
- set headers? https://github.com/parnurzeal/gorequest/pull/231/files
TODO
High
- use https://github.com/json-iterator/go
- use httpbin.org in docs and examples
- use ginkgo
- enhance debug / print
- otel support
- metrics and slow logs
- enable custom Content-Type for SendFile https://github.com/parnurzeal/gorequest/pull/213/files
- timeout detail https://github.com/parnurzeal/gorequest/pull/183/files
- Trim the BOM in EndStruct() Trim the BOM in
EndStruct()parnurzeal/gorequest#179 - Bugs for result is "http: no such file" parnurzeal/gorequest#219
- POST []byte payload parnurzeal/gorequest#143
- Sendfile fieldname keep to file parnurzeal/gorequest#132
- File Descriptor leak parnurzeal/gorequest#75
Medium
- http_proxy env support parnurzeal/gorequest#262
- The return data is too large, an error occurs, and the return is nil parnurzeal/gorequest#256
- support digest update to support digest? parnurzeal/gorequest#247 / Are there any plans to add the digest-auth in the future parnurzeal/gorequest#206
- upload one file by mutipart/form-data parnurzeal/gorequest#245
- logger, maybe add a better interface how to set custom logger in gorequest parnurzeal/gorequest#232
- gorequest get vs golang http.get, result different, bug? parnurzeal/gorequest#222
- function SendFile does not support setting the Content-Type for the file. parnurzeal/gorequest#208
- Issue on MakeRequest() method with calling Type("multipart") before parnurzeal/gorequest#204
- gzip support: Feature Request - Enable gzip compression parnurzeal/gorequest#195
- fasthttp alternative?
- docs and faqs
- Proxy With Authentication parnurzeal/gorequest#152
- gorequest.SendFile fail,maybe I use it error, but I can not find it parnurzeal/gorequest#145
- How to reuse session. parnurzeal/gorequest#125
- I guess AddCookie/AddCookies doesnt work? parnurzeal/gorequest#117
- How to post request as binary data parnurzeal/gorequest#112
- Add doc for AppendHeader() parnurzeal/gorequest#159
- https://github.com/parnurzeal/gorequest/pull/171/files
- add examples/*.go
- gorequest.SendFile fail,maybe I use it error, but I can not find it parnurzeal/gorequest#145
- Proxy With Authentication parnurzeal/gorequest#152
- How to reuse session. parnurzeal/gorequest#125
- I guess AddCookie/AddCookies doesnt work? parnurzeal/gorequest#117
- How to post request as binary data parnurzeal/gorequest#112
- Add doc for AppendHeader() parnurzeal/gorequest#159
- https://github.com/parnurzeal/gorequest/pull/171/files
- return errors(an array), add more functions to get size/firstOne/hasError/error handler
- add metrics support
- add slow log/error log support
- https How to request https via proxy? parnurzeal/gorequest#144
- Mocking tests parnurzeal/gorequest#113
- concurrent Concurrent Requests. parnurzeal/gorequest#27
Low
- unexpected end of JSON input in req.EndStruct(body) parnurzeal/gorequest#261
- Get request frequently get unexpected EOF error parnurzeal/gorequest#260
- Callback for upload progress parnurzeal/gorequest#251
- AsCurlCommand() doesn't respect ForceType parnurzeal/gorequest#217
- Issue on add/set any http header with corrupted string like �. parnurzeal/gorequest#192
- question: Does it support send request via socks4/socks4a/socks5 proxy? parnurzeal/gorequest#142 Does it support socks5 proxy? parnurzeal/gorequest#141 Implement Socks support for proxy parnurzeal/gorequest#45
- Session support parnurzeal/gorequest#77
Won't Fix
Metadata
Metadata
Assignees
Labels
No labels