()
| 61 | public static final Map<String, Collection<String>> EMPTY = Collections.emptyMap(); |
| 62 | |
| 63 | public static Builder builder() { |
| 64 | return new Builder(); |
| 65 | } |
| 66 | |
| 67 | public static RequestHeaders of(Map<String, Collection<String>> headers) { |
| 68 | return new RequestHeaders(headers); |
no outgoing calls