mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update vendor
This commit is contained in:
3
fn/vendor/github.com/go-resty/resty/default.go
generated
vendored
3
fn/vendor/github.com/go-resty/resty/default.go
generated
vendored
@@ -6,6 +6,7 @@ package resty
|
||||
|
||||
import (
|
||||
"crypto/tls"
|
||||
"encoding/json"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/http/cookiejar"
|
||||
@@ -36,6 +37,8 @@ func New() *Client {
|
||||
RetryCount: 0,
|
||||
RetryWaitTime: defaultWaitTime,
|
||||
RetryMaxWaitTime: defaultMaxWaitTime,
|
||||
JSONMarshal: json.Marshal,
|
||||
JSONUnmarshal: json.Unmarshal,
|
||||
httpClient: &http.Client{Jar: cookieJar},
|
||||
transport: &http.Transport{},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user