Skip to content

Commit 2132038

Browse files
authored
Update README.md
1 parent 29c5733 commit 2132038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/http/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class UserAgentClient extends http.BaseClient {
7575
7676
UserAgentClient(this.userAgent, this._inner);
7777
78+
@override
7879
Future<http.StreamedResponse> send(http.BaseRequest request) {
7980
request.headers['user-agent'] = userAgent;
8081
return _inner.send(request);

0 commit comments

Comments
 (0)