wrwrap

package
v4.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: MIT Imports: 4 Imported by: 0

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 Интерфейс пакета.

func New

func New(responseWriter http.ResponseWriter, isDebug bool) Interface

New Конструктор объекта сущности пакета, возвращается интерфейс пакета. responseWriter - Объект интерфейса http.ResponseWriter. isDebug - Флаг режима отладки.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL