Skip to content

Commit 1cc17f8

Browse files
authored
Merge pull request #1743 from ueman/readme-fix
Fix code snippet in readme
2 parents e988925 + 2132038 commit 1cc17f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/http/README.md

Lines changed: 1 addition & 0 deletions
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)