Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chenkangwei
2021-11-30 14:30:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6914a8fe29ae924ed54f3d5f454b1c72a5403c6f
6914a8fe
1 parent
dc353e25
Add the followRedirects and maxRedirects fields to the Request object in the GetConnect _get method
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
lib/get_connect/http/src/http.dart
lib/get_connect/http/src/http.dart
View file @
6914a8f
...
...
@@ -268,6 +268,8 @@ class GetHttpClient {
headers:
headers
,
decoder:
decoder
??
(
defaultDecoder
as
Decoder
<
T
>?),
contentLength:
0
,
followRedirects:
followRedirects
,
maxRedirects:
maxRedirects
,
));
}
...
...
Please
register
or
login
to post a comment