Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

True #174

Open
wants to merge 257 commits into
base: feature/add_benchmark
Choose a base branch
from
Open

True #174

wants to merge 257 commits into from

Conversation

Udaara
Copy link

@Udaara Udaara commented Oct 23, 2017

No description provided.

MiLk and others added 30 commits December 23, 2014 18:54
also added tests and refactored relevant tests.
…mode.

Add Debug and logger to the `SuperAgent` struct, enables logs to request/response.

- Add `SetDebug` to enable/disable debug mode
- Add `SetLogger` to enable 3rd integrator leverage his own logger

In debug mode, leverage httputil to dump details of every request/response.
edentsai and others added 30 commits September 2, 2017 11:37
- Let editor can auto completion the types. e.g. vim-go.
- Add test cases for make sure they are correct.
Change SuperAgent.Header type to http.Header for support multiple values
Add option to prevent SuperAgent from clearing
Allow the superagent to be cloned so it can be reused.
This allows you to set basic settings once (eg webserver startup), and then reuse the superagent.
Remove old "Timeout" method, and use the http.Client.Timeout instead.
"Safely" clone modifications the http.Client & Transport on a Clone if we can.
Added doc for DoNotClearSuperAgent
Add references to the issue being addressed and better
comments and variablenames.
Don't infer Content-Type when set explicitly
updating some of the English
Handle error in byte stream (failed transfer of a chunk)
"Clone" the SuperAgent for reuse
chore: bump moul.io/http2curl dependency
Add possibility to use fieldname file (not change it to file1, file2,…
Update Master to catch up with Dev branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.