Returns a case-insensitive mapping of header names to their values.
()
| 180 | |
| 181 | /** Returns a case-insensitive mapping of header names to their values. */ |
| 182 | public Map<String, Collection<String>> headers() { |
| 183 | return headers; |
| 184 | } |
| 185 | |
| 186 | /** if present, the response had a body */ |
| 187 | public Body body() { |
no outgoing calls