Lines Matching refs:put

66         headers.put("MyCustomHeader", "42");
77 headers.put("ETag", "Yow!");
87 headers.put("Date", rfc1123Date(now));
88 headers.put("Last-Modified", rfc1123Date(now - ONE_DAY_MILLIS));
89 headers.put("Expires", rfc1123Date(now + ONE_HOUR_MILLIS));
103 headers.put("Date", rfc1123Date(now));
104 headers.put("Expires", rfc1123Date(now - ONE_HOUR_MILLIS));
119 headers.put("Date", rfc1123Date(now + ONE_HOUR_MILLIS));
121 headers.put("Expires", rfc1123Date(now + 4 * ONE_HOUR_MILLIS));
131 headers.put("Date", rfc1123Date(now));
132 headers.put("Expires", rfc1123Date(now + ONE_HOUR_MILLIS));
133 headers.put("Cache-Control", "public, max-age=86400");
145 headers.put("Date", rfc1123Date(now));
146 headers.put("Expires", rfc1123Date(now + ONE_HOUR_MILLIS));
151 headers.put("Cache-Control", "max-age=86400, stale-while-revalidate=604800");
163 headers.put("Date", rfc1123Date(now));
164 headers.put("Expires", rfc1123Date(now + ONE_HOUR_MILLIS));
165 headers.put("Cache-Control", "no-cache");
174 headers.put("Date", rfc1123Date(now));
175 headers.put("Expires", rfc1123Date(now + ONE_HOUR_MILLIS));
176 headers.put("Cache-Control", "must-revalidate");
187 headers.put("Date", rfc1123Date(now));
188 headers.put("Expires", rfc1123Date(now + ONE_HOUR_MILLIS));
189 headers.put("Cache-Control", "must-revalidate, max-age=3600");
200 headers.put("Date", rfc1123Date(now));
201 headers.put("Expires", rfc1123Date(now + ONE_HOUR_MILLIS));
207 headers.put("Cache-Control",
231 headers.put("Content-Type", "text/plain; charset=utf-8");
235 headers.put("Content-Type", "text/plain; charset=utf-8");
239 headers.put("Content-Type", "text/plain; charset=utf-8 ");
243 headers.put("Content-Type", "text/plain; charset=utf-8; frozzle=bar");
255 headers.put("Content-Type", "text/plain; charset=");
259 headers.put("Content-Type", "text/plain");
263 headers.put("Content-Type", "application/json");
267 headers.put("Content-Type", "text/plain;");