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