func (self *Application) respond(h *tori.Handler, kind string, content *[]byte) {
	h.SetContentType(kind)
	h.WriteByte(*content)
}