Add a http header. You can't set content-length, status or transfer-encoding headers. They are managed by serverino internally.
// Set content-type to json, default is text/html output.addHeader("content-type", "application/json"); output.addHeader("expire", 3.days);
See Implementation
Add a http header. You can't set content-length, status or transfer-encoding headers. They are managed by serverino internally.