Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { http.ResponseWriter http.Hijacker http.Pusher http.Flusher io.StringWriter // StatusCode Статуса HTTP ответа. StatusCode() int // Len Длинна HTTP ответа в байтах. Len() uint64 // Tee Получение интерфейса io.Writer, в который передаётся копия всех данных, передаваемых в функцию Write(). Tee(io.Writer) Interface // Essence Возвращает оригинальный объект http.ResponseWriter. Essence() http.ResponseWriter }
Interface Интерфейс пакета.
Click to show internal directories.
Click to hide internal directories.