138139140141142143144145146
return this; } public GMultiMap getHeaders() { if (headers == null) { headers = new GMultiMap(headers()); } return headers; }
145146147148149150151152153
return headers; } public GMultiMap getTrailers() { if (trailers == null) { trailers = new GMultiMap(trailers()); } return trailers; }