package
1.59.0
Repository: https://github.com/valyala/fasthttp.git
Documentation: pkg.go.dev

# Functions

NewFunc returns stackless wrapper for the function f.
NewWriter creates a stackless writer around a writer returned from newWriter.

# Interfaces

Writer is an interface stackless writer must conform to.

# Type aliases

NewWriterFunc must return new writer that will be wrapped into stackless writer.