Returns a new HttpClient using the given context
.
When this override is installed, this function overrides the behavior of
new HttpClient
.
Source
HttpClient createHttpClient(SecurityContext context) {
return new _HttpClient(context);
}
Returns a new HttpClient using the given context
.
When this override is installed, this function overrides the behavior of
new HttpClient
.
HttpClient createHttpClient(SecurityContext context) {
return new _HttpClient(context);
}