()
| 1223 | } |
| 1224 | |
| 1225 | function getHtmlDoneHeaders() { |
| 1226 | return getBaseDoneHeaders({ |
| 1227 | 'Content-Type': 'text/html;charset=UTF-8' |
| 1228 | }) |
| 1229 | } |
| 1230 | function getJsonDoneHeaders() { |
| 1231 | return getBaseDoneHeaders({ |
| 1232 | 'Content-Type': 'application/json; charset=utf-8' |
no test coverage detected