(contentType string, b []byte)
| 89 | WriteHtml(contents ...interface{}) error |
| 90 | WriteHtmlC(code int, contents ...interface{}) error |
| 91 | WriteBlob(contentType string, b []byte) error |
| 92 | WriteBlobC(code int, contentType string, b []byte) error |
| 93 | WriteJson(i interface{}) error |
| 94 | WriteJsonC(code int, i interface{}) error |