(code int, contents ...interface{})
| 86 | Write(code int, content []byte) (int, error) |
| 87 | WriteString(contents ...interface{}) error |
| 88 | WriteStringC(code int, contents ...interface{}) error |
| 89 | WriteHtml(contents ...interface{}) error |
| 90 | WriteHtmlC(code int, contents ...interface{}) error |
| 91 | WriteBlob(contentType string, b []byte) error |
no outgoing calls