Nullable and not set when using http/2 See ... See ...
()
| 175 | * href="https://github.com/http2/http2-spec/issues/202">...</a> |
| 176 | */ |
| 177 | public String reason() { |
| 178 | return reason; |
| 179 | } |
| 180 | |
| 181 | /** Returns a case-insensitive mapping of header names to their values. */ |
| 182 | public Map<String, Collection<String>> headers() { |
no outgoing calls