Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 97fd126

Browse files
committed
Add toString().
1 parent 1379ba5 commit 97fd126

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

providers/grizzly/src/main/java/com/ning/http/client/providers/grizzly/GrizzlyResponseHeaders.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,8 @@ public FluentCaseInsensitiveStringsMap getHeaders() {
7575
}
7676

7777

78-
78+
@Override
79+
public String toString() {
80+
return getHeaders().toString();
81+
}
7982
}

0 commit comments

Comments
 (0)