Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
33c66335
Unverified
Commit
33c66335
authored
Dec 08, 2017
by
Seth Ladd
Committed by
GitHub
Dec 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs to redirect a user to dart:io.HttpClientOverrides (#13465)
parent
aedee0df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
http_client.dart
packages/flutter/lib/src/services/http_client.dart
+4
-1
No files found.
packages/flutter/lib/src/services/http_client.dart
View file @
33c66335
...
...
@@ -5,7 +5,10 @@
import
'package:flutter/foundation.dart'
;
import
'package:http/http.dart'
as
http
;
/// Create a new [http.Client] object.
/// (Deprecated, use [dart:io.HttpClientOverrides]) Create a new [http.Client] object.
///
/// We recommend [dart:io.HttpClientOverrides] instead of this function. Flutter
/// will soon use [dart:io.HttpClient].
///
/// This can be set to a new function to override the default logic for creating
/// HTTP clients, for example so that all logic in the framework that triggers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment